From: Mark Hymers Date: Fri, 7 Nov 2014 14:19:33 +0000 (+0000) Subject: Remove debugging code X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=commitdiff_plain;h=f4caa5d6f3534094169d30661a96b73a9df567d5 Remove debugging code Signed-off-by: Mark Hymers --- diff --git a/dakweb/dakwebserver.py b/dakweb/dakwebserver.py index 181a2e74..9435e8ac 100755 --- a/dakweb/dakwebserver.py +++ b/dakweb/dakwebserver.py @@ -34,8 +34,8 @@ QueryRegister().register_path('/path_help', list_paths) # Import our other methods from queries.source import * -print "Connecting" # Set up our initial database connection d = DBConn() -#bottle.run(host='localhost', port=8765) + +# Run the bottle bottle.run()