Skip to content
Snippets Groups Projects
Commit 483604cd authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove useless print

parent 6a17fb16
No related branches found
No related tags found
No related merge requests found
......@@ -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.'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment