From cb83416ff7a75d7703f4150d3430b725e18451be Mon Sep 17 00:00:00 2001 From: Anis GHAOUI Date: Sun, 24 Nov 2024 14:25:43 +0100 Subject: [PATCH] Update Mod.py removed prints --- compare_tools/Mod.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/compare_tools/Mod.py b/compare_tools/Mod.py index c22dcee..b0c89bc 100644 --- a/compare_tools/Mod.py +++ b/compare_tools/Mod.py @@ -15,8 +15,6 @@ def __init__(self, mod_url): self.path = Path("mods_locale/" + self.name) self.path_en = self.path / "locale/en" - print(self.path) - print(self.path_en) if not os.path.exists(self.path_en): init_mod(self) print(f"Mod {self.name} by {self.owner} loaded!")