Skip to content
Snippets Groups Projects
Commit 6450b356 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

no need of that print

parent 995b4d64
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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