diff --git a/src/chat_control.py b/src/chat_control.py index 8f1fbad287bf935e42db005d26a9f2b94ed9039d..3223eff775c940d19f5899ea194c25044be19e7b 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1637,7 +1637,6 @@ class ChatControl(ChatControlBase): # list of message ids which should be marked as read message_ids = [] for event in events: - print event.type_ if event.type_ != self.type_id: continue data = event.parameters diff --git a/src/roster_window.py b/src/roster_window.py index 0007295871931ff03cdea376f2db916b67f15117..9810129c99469ae4d5a256c0954c68288be8a7af 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2395,10 +2395,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) mw.new_tab(chat_control) - print gajim.events._events - print fjid if len(gajim.events.get_events(account, fjid)): - print 'ici' # We call this here to avoid race conditions with widget validation chat_control.read_queue()