diff --git a/misc/edsc.py b/misc/edsc.py index a343d5b8..af56e9d7 100755 --- a/misc/edsc.py +++ b/misc/edsc.py @@ -127,8 +127,6 @@ def submit(self): headers=headers, data=jsonData ) - print("done") - resp = req.text if not resp.startswith('{'): raise SubmissionError("Server Side Error: " + resp)