removed unused call to cancel events

This commit is contained in:
Daniel Gultsch 2016-04-14 00:16:59 +02:00
parent c53c6cb6b6
commit 39e717ed94
1 changed files with 0 additions and 1 deletions

View File

@ -801,7 +801,6 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
disconnect(account, false);
}
}).start();
cancelWakeUpCall(account.getUuid().hashCode());
}
}
Log.d(Config.LOGTAG, "good bye");