remove useless print
This commit is contained in:
parent
32bb251381
commit
3ad1f9afed
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue