summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/connection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/connection.py b/src/connection.py
index 7b000cf5..5c94b3fa 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -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):