remove debug

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-05-21 13:18:05 +00:00
parent 36c5269b0e
commit 124b7ebf49

View file

@ -110,10 +110,7 @@ class Connection(threading.Thread):
else:
password = config.get('password', '')
jid = config.get('jid', '')
from common import debug
debug(config.get('server', ''))
auth = self.client.auth(jid_get_node(jid), password, "salut")
debug(repr(auth))
return auth
def register_handlers(self):