Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-07-05 22:25:39 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-07-05 22:25:39 +0400
commit3ad1f9afedcff9252a7afda0de4ac9863f0b700a (patch)
tree856d80cd54f500c5e510e93387863144bf5fdcee /src
parent32bb251381fab2a2252330fa6bafc33fcd4e045c (diff)
remove useless print
Diffstat (limited to 'src')
-rw-r--r--src/common/connection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/connection.py b/src/common/connection.py
index 145eb158b..2879bcf2d 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -617,7 +617,6 @@ class Connection(ConnectionHandlers):
'warn_when_plaintext_connection'):
self.dispatch('PLAIN_CONNECTION', (con,))
return True
- print hasattr(con.Connection, '_sslContext')
if _con_type in ('tls', 'ssl') and not hasattr(con.Connection,
'_sslContext') and gajim.config.get_per('accounts', self.name,
'warn_when_insecure_ssl_connection'):