Skip to content

Commit 8554b0e

Browse files
authored
Remove accidental print statement run_suite_class (#1007)
Remove print statement used for debugging.
1 parent b37ad6a commit 8554b0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mobly/suite_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def run_suite_class(argv=None):
366366
suite_record.suite_begin()
367367
runner.run()
368368
ok = runner.results.is_all_pass
369-
print(ok)
370369
except signals.TestAbortAll:
371370
pass
372371
finally:

0 commit comments

Comments
 (0)