fix: remove printing debug raw message
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user