remove an assert

This commit is contained in:
Nikos Kouremenos 2006-01-11 22:25:35 +00:00
parent bd7098d4e3
commit 7b926a5639
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ class MessageWindow:
self._controls.clear()
def new_tab(self, control):
assert(not self._controls.has_key(control.contact.jid))
self._controls[control.contact.jid] = control
if len(self._controls) > 1:
self.notebook.set_show_tabs(True)