From a09cbaddf1b91e33076f3857fca4b1dcc8a8834d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Tue, 16 Dec 2008 07:14:45 +0000 Subject: [PATCH] remove useless print --- src/common/connection.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index c137a2809a..3caade38c3 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1116,7 +1116,7 @@ class Connection(ConnectionHandlers): _('It is not possible to send a message to %s, this JID is not ' 'valid.') % jid)) return - + if msg and not xhtml and gajim.config.get( 'rst_formatting_outgoing_messages'): from common.rst_xhtml_generator import create_xhtml @@ -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) -- GitLab