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.
This commit is contained in:
Martin Robinson 2023-03-28 09:42:35 +02:00
parent b4e381033d
commit 1613997d87

View file

@ -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