removed unecessary logging

This commit is contained in:
Daniel Gultsch 2018-03-18 10:32:01 +01:00
parent 5514958e93
commit 7e6109a072
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ public class XmppConnectionService extends Service {
boolean needsUpdating = account.setOption(Account.OPTION_LOGGED_IN_SUCCESSFULLY, true);
needsUpdating |= account.setOption(Account.OPTION_HTTP_UPLOAD_AVAILABLE, account.getXmppConnection().getFeatures().httpUpload(0));
if (needsUpdating) {
Log.d(Config.LOGTAG, "account needed updating");
databaseBackend.updateAccount(account);
}
account.getRoster().clearPresences();