Skip to content

Commit db46291

Browse files
committed
gnatcheck_driver.py: Remove a forgotten debug print
1 parent fd40f22 commit db46291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testsuite/drivers/gnatcheck_driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ def parse_flagged_lines(self, output: str, format: str) -> dict[str, TaggedLines
687687

688688
@property
689689
def output_refiners(self) -> list[OutputRefiner]:
690-
print(self.working_dir())
691690
result = []
692691
# Canonicalize gnatcheck worker name in the output before applying
693692
# base_driver refiners.

0 commit comments

Comments
 (0)