Removed the debug print.
authorSteve Losh <steve@stevelosh.com>
Sat, 7 Feb 2009 17:27:02 +0000 (12:27 -0500)
committerSteve Losh <steve@stevelosh.com>
Sat, 7 Feb 2009 17:27:02 +0000 (12:27 -0500)
cfbe.py

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)