Skip to content

Commit

Permalink
Remove a print statement mistakenly added in a previous change
Browse files Browse the repository at this point in the history
This statement is totally unnecessary and interferes with the console
commands which erase and rewrite the current tidy status.
  • Loading branch information
mrobinson committed Mar 28, 2023
1 parent b4e3810 commit 1613997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tidy/servo_tidy/tidy.py
Expand Up @@ -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
Expand Down

0 comments on commit 1613997

Please sign in to comment.