From 791da71e5c0d2a42eb6efe5c3a2d030b3bde4cfb Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Tue, 22 Feb 2011 10:07:02 -0500 Subject: Remove commented code from html.py --- libbe/command/html.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbe/command/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() -- cgit