X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=d43a3cd4e6b2fc39c52242b47c61b2914d77d40a;hb=301e2abaa0831c3ddd952de5f8a3db3eb37d9edb;hp=99e7b0aa7943faa670c9be942f40a943fcf97296;hpb=8be9b358a544e1ea9e53ad40495fa42e9d5edf9a;p=myslice.git diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index 99e7b0aa..d43a3cd4 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -14,11 +14,7 @@ from manifold.util.log import Log from myslice.config import Config debug=False -debug=True - -# add artificial delay in s -debug_spin=0 -#debug_spin=1 +#debug=True # pretend the server only returns - empty lists to 'get' requests - this is to mimick # misconfigurations or expired credentials or similar corner case situations @@ -81,12 +77,6 @@ with the query passed using POST""" json_answer=json.dumps(result) - # this is an artificial delay added for debugging purposes only - if debug_spin>0: - print "Adding additional artificial delay",debug_spin - import time - time.sleep(debug_spin) - return HttpResponse (json_answer, mimetype="application/json") except Exception,e: