remove useless print
This commit is contained in:
parent
b317ffcdae
commit
a09cbaddf1
|
@ -1237,7 +1237,6 @@ class Connection(ConnectionHandlers):
|
|||
if session.enable_encryption:
|
||||
msg_iq = session.encrypt_stanza(msg_iq)
|
||||
|
||||
print msg_iq
|
||||
msg_id = self.connection.send(msg_iq)
|
||||
if not forward_from and session and session.is_loggable():
|
||||
ji = gajim.get_jid_without_resource(jid)
|
||||
|
|
Loading…
Reference in New Issue