From 59ca822aff7249581cdd49cc40f7a7a013e1f61e Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Mon, 5 Aug 2013 19:44:43 +0100
Subject: [PATCH] disabling debug

---
 pykat/testing/web_server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pykat/testing/web_server.py b/pykat/testing/web_server.py
index 7ef84d9..1fea8af 100644
--- a/pykat/testing/web_server.py
+++ b/pykat/testing/web_server.py
@@ -3,7 +3,7 @@ import sys
 from flask import Flask
 from optparse import OptionParser
 
-def start(instance_path,port=5000, debug=True, ip="0.0.0.0", git_bin="/usr/bin/git"):
+def start(instance_path,port=5000, debug=False, ip="0.0.0.0", git_bin="/usr/bin/git"):
         
     os.environ["GIT_BIN"] = git_bin
     # we import this now so that we can set the GIT_BIN env var
-- 
GitLab