changeset 14c65bb2ee38 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=14c65bb2ee38
description: remove debug print

diffstat:

 src/common/message_archiving.py |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r f0b6ca5fd110 -r 14c65bb2ee38 src/common/message_archiving.py
--- a/src/common/message_archiving.py   Sat Sep 19 13:58:28 2015 +0200
+++ b/src/common/message_archiving.py   Sun Sep 20 20:33:39 2015 +0200
@@ -110,8 +110,6 @@
     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)
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to