From 60b58301d3ba9e1df1fb4edbb98c5910d0458a36 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 7 Nov 2011 19:55:40 +0100 Subject: Little cleanup --- src/xhtml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xhtml.py b/src/xhtml.py index 748c9080..70e17423 100644 --- a/src/xhtml.py +++ b/src/xhtml.py @@ -251,7 +251,6 @@ def xhtml_to_poezio_colors(text): key, value = rule.split(':', 1) key = key.strip() value = value.strip() - log.debug(value) if key == 'background-color': pass#shell += '\x191' elif key == 'color': @@ -274,7 +273,6 @@ def xhtml_to_poezio_colors(text): def trim(string): return re.sub(whitespace_re, ' ', string) - log.debug(text) xml = ET.fromstring(text) message = '' if version_info[1] == 2: -- cgit v1.2.3