Skip to content

Commit 922cc71

Browse files
committed
remove debugging print
1 parent c5ead38 commit 922cc71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwltest/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def run_test(args, i, tests): # type: (argparse.Namespace, int, List[Dict[str,
177177
# Add additional arguments given in test case
178178
for testarg in args.testargs:
179179
(test_case_name, prefix) = testarg.split('==')
180-
print test_case_name
181180
if test_case_name in t:
182181
test_command.extend([prefix, t[test_case_name]])
183182

0 commit comments

Comments
 (0)