Change summary
src/main/java/eu/siacs/conversations/services/XmppConnectionService.java | 2
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -2451,7 +2451,7 @@ public class XmppConnectionService extends Service {
if (message.getConversation() instanceof Conversation) presenceToMuc((Conversation) message.getConversation());
}
}
- if (!waitForPreview && !passedCbOn && cb != null) { Log.d("WUT cb", message.getRawBody()); cb.run(); }
+ if (!waitForPreview && !passedCbOn && cb != null) cb.run();
}
private boolean isJoinInProgress(final Conversation conversation) {