summaryrefslogtreecommitdiff
path: root/src/xhtml.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-07 19:55:40 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-07 19:55:40 +0100
commit60b58301d3ba9e1df1fb4edbb98c5910d0458a36 (patch)
tree8b177af14fd2f8f5e9abf2876c4f43ed09938304 /src/xhtml.py
parent689f17cfd79b152d3ca75e570f9f13f70aa6c425 (diff)
downloadpoezio-60b58301d3ba9e1df1fb4edbb98c5910d0458a36.tar.gz
poezio-60b58301d3ba9e1df1fb4edbb98c5910d0458a36.tar.bz2
poezio-60b58301d3ba9e1df1fb4edbb98c5910d0458a36.tar.xz
poezio-60b58301d3ba9e1df1fb4edbb98c5910d0458a36.zip
Little cleanup
Diffstat (limited to 'src/xhtml.py')
-rw-r--r--src/xhtml.py2
1 files changed, 0 insertions, 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: