Skip to content

Commit 31d5132

Browse files
[CI] Remove print debug statement in test
This was probably left over from one of my debugging sessions. Remove it to clean up the code slightly.
1 parent 707bab6 commit 31d5132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/generate_test_report_lib_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def test_no_failures_multiple_build_failed_ninja_log(self):
407407
]
408408
],
409409
)
410-
print(test)
411410
self.assertEqual(
412411
generate_test_report_lib.generate_report(
413412
"Foo",

0 commit comments

Comments
 (0)