remove useless print
This commit is contained in:
parent
32bb251381
commit
3ad1f9afed
1 changed files with 0 additions and 1 deletions
|
@ -617,7 +617,6 @@ class Connection(ConnectionHandlers):
|
||||||
'warn_when_plaintext_connection'):
|
'warn_when_plaintext_connection'):
|
||||||
self.dispatch('PLAIN_CONNECTION', (con,))
|
self.dispatch('PLAIN_CONNECTION', (con,))
|
||||||
return True
|
return True
|
||||||
print hasattr(con.Connection, '_sslContext')
|
|
||||||
if _con_type in ('tls', 'ssl') and not hasattr(con.Connection,
|
if _con_type in ('tls', 'ssl') and not hasattr(con.Connection,
|
||||||
'_sslContext') and gajim.config.get_per('accounts', self.name,
|
'_sslContext') and gajim.config.get_per('accounts', self.name,
|
||||||
'warn_when_insecure_ssl_connection'):
|
'warn_when_insecure_ssl_connection'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue