From: Chris Ball Date: Tue, 22 Feb 2011 15:07:02 +0000 (-0500) Subject: Remove commented code from html.py X-Git-Tag: 1.1.0~240 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=791da71e5c0d2a42eb6efe5c3a2d030b3bde4cfb;p=be.git Remove commented code from html.py --- diff --git a/libbe/command/html.py b/libbe/command/html.py index bbf26ae..bb5b554 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -175,9 +175,6 @@ class HTMLGen (object): bugs_inactive.append(b) if b.severity == 'target': bugs_target.append(b) -# bugs_active = [b for b in bugs if b.active == True and b.severity != 'target'] -# bugs_inactive = [b for b in bugs if b.active != True and b.severity != 'target'] -# bugs_target = [b for b in bugs if b.active == True and b.severity == 'target'] self._create_output_directories(out_dir) self._write_css_file()