Commit 7b5759be authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7ea67ba4
...@@ -98,11 +98,9 @@ def fmt_diff(value, diff, idx): ...@@ -98,11 +98,9 @@ def fmt_diff(value, diff, idx):
def fmt_highlights(raw_value, value, unit): def fmt_highlights(raw_value, value, unit):
"""Formats check highlights""" """Formats check highlights"""
print 'HL', unit
if unit is None: if unit is None:
return value return value
highlights = highlight_string(raw_value, unit) highlights = highlight_string(raw_value, unit)
print highlights
start_search = 0 start_search = 0
for highlight in highlights: for highlight in highlights:
htext = escape(force_text(highlight[2])) htext = escape(force_text(highlight[2]))
......
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