removed log output
This commit is contained in:
parent
03f9f6e54d
commit
71cb5548eb
|
@ -926,7 +926,6 @@ public class XmppConnectionService extends Service {
|
|||
}
|
||||
|
||||
public void deleteAccount(Account account) {
|
||||
Log.d(LOGTAG, "called delete account");
|
||||
if (account.getXmppConnection() != null) {
|
||||
this.disconnect(account, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue