diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 8ade2041d..221113840 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -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