mucha: remove print statement

This commit is contained in:
Hay1tsme 2024-01-22 16:25:51 -05:00
parent 8864b2625d
commit 404496191d
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class MuchaServlet:
for _, mod in TitleServlet.title_registry.items():
enabled, game_cds, netids = mod.get_mucha_info(self.config, self.config_dir)
print(game_cds)
if enabled:
for x in range(len(game_cds)):
self.mucha_registry[game_cds[x]] = { "netid_prefix": netids[x] }