don't log start reason

This commit is contained in:
Daniel Gultsch 2016-02-17 16:52:57 +01:00
parent 59978e157c
commit ac687d6bbd
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
final String action = intent == null ? null : intent.getAction();
boolean interactive = false;
if (action != null) {
Log.d(Config.LOGTAG,"start reason: "+action);
switch (action) {
case ConnectivityManager.CONNECTIVITY_ACTION:
if (hasInternetConnection() && Config.RESET_ATTEMPT_COUNT_ON_NETWORK_CHANGE) {