mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
b4e381033d
commit
1613997d87
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue