diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:27:02 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:27:02 -0500 |
commit | 8cc309af61344901d964b95aed131742a01f79b5 (patch) | |
tree | 53314101e21fa0f4e75fa50b8382416fbf8f6b7c | |
parent | 0276e63065d9ab71da2056c8d236c5efb6927830 (diff) | |
download | bugseverywhere-8cc309af61344901d964b95aed131742a01f79b5.tar.gz |
Removed the debug print.
-rwxr-xr-x | cfbe.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |