Skip to content
Snippets Groups Projects
Commit e3d6526b authored by nkour's avatar nkour
Browse files

remove a comment, and previous bugfix thanks to rohan

parent f0b33636
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,6 @@ class Tabbed_chat_window(chat.Chat):
if self.plugin.queues[self.account].has_key(jid):
#TODO: python docs clai that qsize() can be unreliable
pos = self.plugin.queues[self.account][jid].qsize()
else:
pos = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment