aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/entities
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-21 14:58:33 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-21 14:58:33 +0100
commit36dccb9f77c4f21d231ab907e21c03903cc263f4 (patch)
tree2a28e4f6f2e2366030e8f3969b555342c98b4925 /src/eu/siacs/conversations/entities
parentb6ea028a9d2ceed5da7aa15e68c56cfd91291e94 (diff)
fixed users profile picture
Diffstat (limited to 'src/eu/siacs/conversations/entities')
-rw-r--r--src/eu/siacs/conversations/entities/Conversation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eu/siacs/conversations/entities/Conversation.java b/src/eu/siacs/conversations/entities/Conversation.java
index b4ec210c2..a13d4ea67 100644
--- a/src/eu/siacs/conversations/entities/Conversation.java
+++ b/src/eu/siacs/conversations/entities/Conversation.java
@@ -219,7 +219,6 @@ public class Conversation extends AbstractEntity {
}
public void startOtrSession(Context context, String presence) {
- Log.d("xmppService", "starting otr session with " + presence);
SessionID sessionId = new SessionID(this.getContactJid(), presence,
"xmpp");
this.otrSession = new SessionImpl(sessionId, getAccount().getOtrEngine(