remove useless print

This commit is contained in:
Yann Leboulanger 2008-07-05 18:25:39 +00:00
parent 32bb251381
commit 3ad1f9afed
1 changed files with 0 additions and 1 deletions

View File

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