X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rest%2Finitscript.py;h=fd2c317113c4052e4f60d715238a430c3aa8d6bc;hb=ddcdaf8d61df7f4a2a0da11c23190b56ed914464;hp=41dbc9b88eaa55bd6c9cbf32c407ea412d8dd617;hpb=5369b2e117fef0073efb9b2690dcf86312518e52;p=myslice.git diff --git a/rest/initscript.py b/rest/initscript.py index 41dbc9b8..fd2c3171 100644 --- a/rest/initscript.py +++ b/rest/initscript.py @@ -46,7 +46,6 @@ def dispatch(request, action): error = "Error in delete return value" except Exception, e: error = str(e) - #print "Exception : ",e if error is not None: ret = { "ret" : 1, "error" : error } elif not results :