remove useless print

This commit is contained in:
Yann Leboulanger 2007-11-16 18:25:45 +00:00
parent 6a17fb166c
commit 483604cd0b
1 changed files with 1 additions and 1 deletions

View File

@ -1721,7 +1721,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
if not self.sessions[jid]: if not self.sessions[jid]:
del self.sessions[jid] del self.sessions[jid]
except KeyError: 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): def move_session(self, original_jid, thread_id, to_resource):
'''moves a session to another resource.''' '''moves a session to another resource.'''