Changeset 9888

Show
Ignore:
Timestamp:
07/05/08 20:25:39 (8 weeks ago)
Author:
asterix
Message:

remove useless print

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection.py

    r9887 r9888  
    618618                        self.dispatch('PLAIN_CONNECTION', (con,)) 
    619619                        return True 
    620                 print hasattr(con.Connection, '_sslContext') 
    621620                if _con_type in ('tls', 'ssl') and not hasattr(con.Connection, 
    622621                '_sslContext') and gajim.config.get_per('accounts', self.name,