remove a print

This commit is contained in:
Nikos Kouremenos 2005-06-30 16:50:41 +00:00
parent c7f8486e8c
commit f2cedc68a3
1 changed files with 0 additions and 1 deletions

View File

@ -660,7 +660,6 @@ class Chat:
server, room = jid.split('@')
if self.plugin.windows[self.account].has_key('join_gc'):
instance = self.plugin.windows[self.account]['join_gc']
print instance.xml
instance.xml.get_widget('server_entry').set_text(server)
instance.xml.get_widget('room_entry').set_text(room)
self.plugin.windows[self.account]['join_gc'].window.present()