Remove a print() in update_locale_files.py

This commit is contained in:
Wuzzy 2024-11-26 15:17:37 +01:00
parent bf9e1aaa43
commit c46b26d8bf

View File

@ -42,7 +42,6 @@ def invoke_msgmerge(template_file, mod_folder, modname):
match = pattern_po.match(f)
if match:
po_files.append(f)
print(po_files)
if len(po_files) > 0:
for po_file in po_files:
po_file = os.path.join("locale", po_file)