changeset 814fd9d671b5 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=814fd9d671b5
description: Remove unused print
diffstat:
src/conversation_textview.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r cb63dc4d0381 -r 814fd9d671b5 src/conversation_textview.py
--- a/src/conversation_textview.py Sat May 21 18:45:38 2011 +0200
+++ b/src/conversation_textview.py Fri Nov 26 17:55:25 2010 +0300
@@ -1371,7 +1371,6 @@
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 + '|')
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits