diff --git a/src/conversation_textview.py b/src/conversation_textview.py index 5a0ea06fb..1dea86a2b 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -1369,7 +1369,6 @@ class ConversationTextview(gobject.GObject): self.tv.display_html(xhtml.encode('utf-8'), self) return except Exception, e: - print e gajim.log.debug('Error processing xhtml' + str(e)) gajim.log.debug('with |' + xhtml + '|')