summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:18:05 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:18:05 +0000
commit124b7ebf49d088815c893af62000008f3910db43 (patch)
treec302218edbda86a16dd9267133110f919d9940d8 /src
parent36c5269b0ef1773eb1b578e8d288785c19581bbf (diff)
downloadpoezio-124b7ebf49d088815c893af62000008f3910db43.tar.gz
poezio-124b7ebf49d088815c893af62000008f3910db43.tar.bz2
poezio-124b7ebf49d088815c893af62000008f3910db43.tar.xz
poezio-124b7ebf49d088815c893af62000008f3910db43.zip
remove debug
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):