Commit ad95b1b0 authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

parent 90c0d64a
......@@ -187,10 +187,8 @@ class Widget(object):
# Format text
text = text % self.params
cjk = is_cjk(text)
print cjk, text
offset = 0
for line in text.splitlines():
# Iterate until text fits into widget
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment