removed debug logging
This commit is contained in:
parent
d3a6aa9f7a
commit
93e620d685
|
@ -672,8 +672,6 @@ public abstract class XmppActivity extends Activity {
|
||||||
if (xmppConnectionServiceBound && mPendingConferenceInvite != null) {
|
if (xmppConnectionServiceBound && mPendingConferenceInvite != null) {
|
||||||
mPendingConferenceInvite.execute(this);
|
mPendingConferenceInvite.execute(this);
|
||||||
mPendingConferenceInvite = null;
|
mPendingConferenceInvite = null;
|
||||||
} else {
|
|
||||||
Log.d(Config.LOGTAG,"putting invite on pending");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue