mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
removed log output
This commit is contained in:
parent
03f9f6e54d
commit
71cb5548eb
1 changed files with 0 additions and 1 deletions
|
@ -926,7 +926,6 @@ public class XmppConnectionService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void deleteAccount(Account account) {
|
public void deleteAccount(Account account) {
|
||||||
Log.d(LOGTAG, "called delete account");
|
|
||||||
if (account.getXmppConnection() != null) {
|
if (account.getXmppConnection() != null) {
|
||||||
this.disconnect(account, true);
|
this.disconnect(account, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue