Skip to content

Commit 80c7b02

Browse files
committed
BUG: Remove residual print statement in submitter
1 parent e284b65 commit 80c7b02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/engine/submitter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ async def submit_from_call(self, runnable, rerun, environment):
9090
# 2
9191
if runnable.state is None:
9292
# run_el should always return a coroutine
93-
print("in SUBM", environment)
9493
await self.worker.run_el(runnable, rerun=rerun, environment=environment)
9594
# 3
9695
else:

0 commit comments

Comments
 (0)