Changeset 8988

Show
Ignore:
Timestamp:
11/16/07 19:25:45 (13 months ago)
Author:
asterix
Message:

remove useless print

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection_handlers.py

    r8980 r8988  
    17221722                                del self.sessions[jid] 
    17231723                except KeyError: 
    1724                         print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys())) 
     1724                        pass 
    17251725 
    17261726        def move_session(self, original_jid, thread_id, to_resource):