projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908a879
)
Remove commented code from html.py
author
Chris Ball
<cjb@laptop.org>
Tue, 22 Feb 2011 15:07:02 +0000
(10:07 -0500)
committer
Chris Ball
<cjb@laptop.org>
Tue, 22 Feb 2011 15:07:02 +0000
(10:07 -0500)
libbe/command/html.py
patch
|
blob
|
history
diff --git
a/libbe/command/html.py
b/libbe/command/html.py
index bbf26ae029e5542e4f4295347fbcea32740b0adc..bb5b5542f6ccd22fe98eb8627f697ff3323a969f 100644
(file)
--- 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()