diff options
author | Chris Ball <cjb@laptop.org> | 2011-02-22 10:07:02 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-02-22 10:07:02 -0500 |
commit | 791da71e5c0d2a42eb6efe5c3a2d030b3bde4cfb (patch) | |
tree | 9e4314432cce11d423a6de534ca7052bc2823f8e /libbe/command | |
parent | 908a879d4d549f8812b2ffaff18c2d77a8f2ee96 (diff) | |
download | bugseverywhere-791da71e5c0d2a42eb6efe5c3a2d030b3bde4cfb.tar.gz |
Remove commented code from html.py
Diffstat (limited to 'libbe/command')
-rw-r--r-- | libbe/command/html.py | 3 |
1 files changed, 0 insertions, 3 deletions
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() |