remove useless print

This commit is contained in:
Yann Leboulanger 2006-09-07 14:17:09 +00:00
parent c2ece68e43
commit b3957742d4
2 changed files with 0 additions and 4 deletions

View File

@ -1637,7 +1637,6 @@ class ChatControl(ChatControlBase):
# list of message ids which should be marked as read # list of message ids which should be marked as read
message_ids = [] message_ids = []
for event in events: for event in events:
print event.type_
if event.type_ != self.type_id: if event.type_ != self.type_id:
continue continue
data = event.parameters data = event.parameters

View File

@ -2395,10 +2395,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
mw.new_tab(chat_control) mw.new_tab(chat_control)
print gajim.events._events
print fjid
if len(gajim.events.get_events(account, fjid)): if len(gajim.events.get_events(account, fjid)):
print 'ici'
# We call this here to avoid race conditions with widget validation # We call this here to avoid race conditions with widget validation
chat_control.read_queue() chat_control.read_queue()