Skip to content
Snippets Groups Projects
Commit f817062e authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Removing extraneous print

parent 6f907a70
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ def main():
# an execution ID
request_id = r.json()['id']
r = requests.post(f'{settings.serviceUrl}/capability/request/{request_id}/submit')
print(r.content)
execution_id = r.json()['id']
# at this point we can start listening for events from rabbitmq concerning
......
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