remove debug print

This commit is contained in:
Yann Leboulanger 2015-09-20 20:33:39 +02:00
parent 476aca3ea0
commit fbf265ee98
1 changed files with 0 additions and 2 deletions

View File

@ -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)