8000 Remove debug prints · python/cpython@207a664 · GitHub
[go: up one dir, main page]

Skip to content

Commit 207a664

Browse files
committed
Remove debug prints
1 parent fd4620d commit 207a664

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tools/build/check_warnings.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -265,16 +265,6 @@ def main(argv: list[str] | None = None) -> int:
265265
compiler_output_file_contents,
266266
)
267267

268-
print("######### Warnings by file #########")
269-
files_with_warnings = get_warnings_by_file(warnings)
270-
for filename in files_with_warnings.keys():
271-
print(f"{filename} {len(files_with_warnings[filename])}")
272-
273-
print("######### Expected warnings #########")
274-
for file in files_with_expected_warnings:
275-
print(f"{file.name} {file.count}")
276-
print("####################################")
277-
278268
status = get_unexpected_warnings(
279269
files_with_expected_warnings, files_with_warnings
280270
)

0 commit comments

Comments
 (0)
0