Remove unused print
This commit is contained in:
parent
5ee92b7a3c
commit
e2b79249e9
|
@ -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 + '|')
|
||||
|
||||
|
|
Loading…
Reference in New Issue