fix: remove printing debug raw message

This commit is contained in:
2022-08-17 02:12:39 +07:00
parent 2b9951dcaa
commit 34a8ab6d99
2 changed files with 1 additions and 2 deletions

View File

@ -483,7 +483,6 @@ class Installer:
raise ValueError("Could not fetch game resource")
translated_lang = self.voiceover_lang_translate(lang)
for v in game_resource.game.diffs:
print(v.raw)
if v.version != from_version:
continue
for vo in v.voice_packs: