Skip to content
Snippets Groups Projects
Commit 267f86d3 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug message.

parent 3de48946
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,6 @@ class Swarm:
job.status = current_state
session.add(job)
session.commit()
print(current_state)
if current_state == 'complete':
break
time.sleep(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment