removed log output

This commit is contained in:
Daniel Gultsch 2014-03-13 22:14:20 +01:00
parent 03f9f6e54d
commit 71cb5548eb
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}