Skip to content

Commit 12b3602

Browse files
author
Alan Christie
committed
fix: Removed rogue 'print' statement
1 parent 0c60799 commit 12b3602

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

workflow/decoder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,4 @@ def set_step_variables(
260260
)
261261

262262
result |= options
263-
264-
print("final step vars", result)
265-
266263
return result

0 commit comments

Comments
 (0)