From f2cedc68a3c09f20080b39073ab5313748e44f49 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 30 Jun 2005 16:50:41 +0000 Subject: [PATCH] remove a print --- src/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat.py b/src/chat.py index bb93726fd..1c969dd3e 100644 --- a/src/chat.py +++ b/src/chat.py @@ -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()