removed debug logging

This commit is contained in:
Daniel Gultsch 2015-05-12 04:40:57 +02:00
parent d3a6aa9f7a
commit 93e620d685
1 changed files with 0 additions and 2 deletions

View File

@ -672,8 +672,6 @@ public abstract class XmppActivity extends Activity {
if (xmppConnectionServiceBound && mPendingConferenceInvite != null) {
mPendingConferenceInvite.execute(this);
mPendingConferenceInvite = null;
} else {
Log.d(Config.LOGTAG,"putting invite on pending");
}
}
}