Remove commented code from html.py
authorChris Ball <cjb@laptop.org>
Tue, 22 Feb 2011 15:07:02 +0000 (10:07 -0500)
committerChris Ball <cjb@laptop.org>
Tue, 22 Feb 2011 15:07:02 +0000 (10:07 -0500)
libbe/command/html.py

index bbf26ae029e5542e4f4295347fbcea32740b0adc..bb5b5542f6ccd22fe98eb8627f697ff3323a969f 100644 (file)
@@ -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()