changeset 99710cda4df7 in /home/hg/repos/gajim-plugins

author: lovetox <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=99710cda4df7
description: Remove unnecessary debug output

diffstat:

 omemo/xmpp.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 611a1a4223e4 -r 99710cda4df7 omemo/xmpp.py
--- a/omemo/xmpp.py     Sun Jul 31 13:52:22 2016 +0200
+++ b/omemo/xmpp.py     Sun Jul 31 13:56:23 2016 +0200
@@ -76,7 +76,6 @@
 class OmemoMessage(Node):
     def __init__(self, msg_dict):
         # , contact_jid, key, iv, payload, dev_id, my_dev_id):
-        log.debug('Creating_msg' + str(msg_dict))
         Node.__init__(self, 'encrypted', attrs={'xmlns': NS_OMEMO})
         header = Node('header', attrs={'sid': msg_dict['sid']})
         for rid, key in msg_dict['keys'].items():
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to