From 483604cd0b19eeaaaa172563c4cd6e8770ef95e5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 16 Nov 2007 18:25:45 +0000 Subject: [PATCH] remove useless print --- src/common/connection_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 63b47465b..86f2fc316 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1721,7 +1721,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco, if not self.sessions[jid]: del self.sessions[jid] except KeyError: - print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys())) + pass def move_session(self, original_jid, thread_id, to_resource): '''moves a session to another resource.'''