Left debug crap in it

This commit is contained in:
GManon 2023-01-04 18:45:14 -03:00
parent f50195ffa0
commit a7947efa81
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ for file in listdir(f"files_old"):
parse(linesNew,dialogue_blocks_new)
parse(linesOld,dialogue_blocks_old)
print(menu_block)
if len(dialogue_blocks_old) != len(dialogue_blocks_new):
print(f"ERROR processing {file}.\nThere's a mismatch in the dialogue blocks.\nCopy paste the missing dialogue blocks into your old translation file to properly merge them\n{len(dialogue_blocks_new)}/{len(dialogue_blocks_old)}")