Skip to content

Commit 395758a

Browse files
remove print
1 parent d18ea65 commit 395758a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

choose_l10n_ci_set.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def process_changed_file(f, selected_mappings):
8888
selected_mappings: the selected mappings dictionary (updated in place).
8989
"""
9090
split = f.split(SLASH)
91-
print(split)
9291
if f.startswith(os.path.join("l10n_CM", "sites")) or f.startswith(
9392
os.path.join("l10n_CM", "constants")
9493
):

0 commit comments

Comments
 (0)