removed extra log

This commit is contained in:
dcore94 2020-09-09 17:01:07 +02:00
parent 881ada39c8
commit add7806166
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ def pyexec(task):
pi = p(task["inputData"])
ret = pi.execute()
else: raise Exception("Operation {} not found.".format(operation))
print(ret)
return { "status" : "COMPLETED", "output" : ret, "logs" : ["one","two"]}
except Exception as exc: