From fbf265ee987e76ec550355d56e93bb7bdb087a86 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 20 Sep 2015 20:33:39 +0200 Subject: [PATCH] remove debug print --- src/common/message_archiving.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/message_archiving.py b/src/common/message_archiving.py index 63fadfa60..dd9d00687 100644 --- a/src/common/message_archiving.py +++ b/src/common/message_archiving.py @@ -110,8 +110,6 @@ class ConnectionArchive313(ConnectionArchive): def _nec_mam_decrypted_message_received(self, obj): if obj.conn.name != self.name: return - print 'ici' - print obj.msgtxt gajim.logger.save_if_not_exists(obj.with_, obj.direction, obj.tim, msg=obj.msgtxt, nick=obj.nick)