Skip to content

Commit

Permalink
Update Mod.py
Browse files Browse the repository at this point in the history
removed prints
  • Loading branch information
anisghaoui authored Nov 24, 2024
1 parent c714892 commit cb83416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compare_tools/Mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down

0 comments on commit cb83416

Please sign in to comment.