no need of that print

This commit is contained in:
Yann Leboulanger 2005-03-12 23:03:37 +00:00
parent 995b4d6484
commit 6450b356f4
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ class Groupchat_window(chat):
self.subjects[room_jid] = ''
self.list_treeview[room_jid] = self.xmls[room_jid].\
get_widget('list_treeview')
print self.list_treeview[room_jid]
#status_image, nickname, real_jid
store = gtk.TreeStore(gtk.Image, str, str)