Skip to content

Commit

Permalink
fix(utils): Remove a log statement in lang checker (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Mar 13, 2024
1 parent 10ad7c1 commit 23b7267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lang_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
lang_key = root_key
keys.append(root_key)
lines.append((lang_key, line))
print(lines)

# Collect all rust files
files = glob.glob('./**/*.rs',
recursive = True)
Expand Down

0 comments on commit 23b7267

Please sign in to comment.