From 124b7ebf49d088815c893af62000008f3910db43 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 21 May 2010 13:18:05 +0000 Subject: remove debug --- src/connection.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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): -- cgit v1.2.3