Skip to content

Commit b9a9167

Browse files
author
igor_rukhovich
committed
Removed redundant prints
1 parent b34c02f commit b9a9167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ class GenerationArgs:
289289
try:
290290
json_result['results'].extend(json.loads(stdout))
291291
except json.JSONDecodeError:
292-
print("UNABLE TO PARSE, ", stdout)
293292
pass
294293
elif args.output_format == 'csv':
295294
csv_result += stdout + '\n'

0 commit comments

Comments
 (0)