X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rest%2Finitscript.py;h=fd2c317113c4052e4f60d715238a430c3aa8d6bc;hb=a8e5043501672c5ce18e9af5cb562cde443cc95c;hp=41dbc9b88eaa55bd6c9cbf32c407ea412d8dd617;hpb=52a0b9984635eab3576e652a3a55c7bb15f564d6;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 :