From: Steve Losh Date: Sat, 7 Feb 2009 17:27:02 +0000 (-0500) Subject: Removed the debug print. X-Git-Tag: 1.0.0~53^2~4^2~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cc309af61344901d964b95aed131742a01f79b5;p=be.git Removed the debug print. --- diff --git a/cfbe.py b/cfbe.py index d0a29f7..ea74b4e 100755 --- 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)