remove useless print
This commit is contained in:
parent
c2ece68e43
commit
b3957742d4
|
@ -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
|
||||||
|
|
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue