Remove unused print

This commit is contained in:
Denis Fomin 2010-11-26 17:55:25 +03:00
parent 5ee92b7a3c
commit e2b79249e9
1 changed files with 0 additions and 1 deletions

View File

@ -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 + '|')