changeset 190:abebe6d55e0a

browser side: removed messages debug traces
author Goffi <goffi@goffi.org>
date Sun, 03 Mar 2013 22:16:29 +0100
parents 67365f17069e
children 8213e22c1120
files browser_side/panels.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/browser_side/panels.py	Sun Mar 03 20:44:17 2013 +0100
+++ b/browser_side/panels.py	Sun Mar 03 22:16:29 2013 +0100
@@ -795,7 +795,6 @@
 
     def printMessage(self, from_jid, msg, timestamp=None):
         """Print message in chat window. Must be implemented by child class"""
-        print "print message:",msg
         _jid=JID(from_jid)
         nick = _jid.node if self.type=='one2one' else _jid.resource 
         mymess = _jid.resource == self.nick if self.type == "group" else  _jid.bare == self.host.whoami.bare #mymess = True if message comes from local user