remove useless print

This commit is contained in:
Yann Leboulanger 2010-03-19 08:21:57 +01:00
parent ea592cdcf7
commit d3e1b50ed1
1 changed files with 0 additions and 1 deletions

View File

@ -514,7 +514,6 @@ class CommonConnection:
groupchat_jid is used when we want to send a request to a real jid and groupchat_jid is used when we want to send a request to a real jid and
act as if the answer comes from the groupchat_jid act as if the answer comes from the groupchat_jid
""" """
print 'request_last_status_time', self.connection
if not self.connection: if not self.connection:
return return
to_whom_jid = jid to_whom_jid = jid