remove a comment, and previous bugfix thanks to rohan

This commit is contained in:
Nikos Kouremenos 2005-06-02 16:29:32 +00:00
parent f0b336364b
commit e3d6526b5a
1 changed files with 0 additions and 1 deletions

View File

@ -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