From 1613997d8704d67185be80ab5af07f4666e0d896 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 28 Mar 2023 09:42:35 +0200 Subject: [PATCH] Remove a print statement mistakenly added in a previous change This statement is totally unnecessary and interferes with the console commands which erase and rewrite the current tidy status. --- python/tidy/servo_tidy/tidy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 8426574887b..9cd704727ac 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -546,7 +546,6 @@ def check_rust(file_name, lines): ] is_panic_not_allowed_rs_file = any([ glob.fnmatch.fnmatch(file_name, path) for path in PANIC_NOT_ALLOWED_PATHS]) - print(file_name) prev_open_brace = False multi_line_string = False