projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0276e63
)
Removed the debug print.
author
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:27:02 +0000
(12:27 -0500)
committer
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:27:02 +0000
(12:27 -0500)
cfbe.py
patch
|
blob
|
history
diff --git
a/cfbe.py
b/cfbe.py
index d0a29f7dcc417d247e1dfe27fafe52e95e042822..ea74b4e31aee4d73e118c21f7af2fb6db22b3bf1 100755
(executable)
--- a/
cfbe.py
+++ b/
cfbe.py
@@
-175,5
+175,4
@@
def parse_arguments():
config = path.join(module_directory, 'cfbe.config')
options = parse_arguments()
-print path.abspath(options['bug_root'])
cherrypy.quickstart(WebInterface(path.abspath(options['bug_root'])), '/', config)