mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-13 19:27:27 +08:00
mucha: remove print statement
This commit is contained in:
@@ -43,7 +43,6 @@ class MuchaServlet:
|
|||||||
|
|
||||||
for _, mod in TitleServlet.title_registry.items():
|
for _, mod in TitleServlet.title_registry.items():
|
||||||
enabled, game_cds, netids = mod.get_mucha_info(self.config, self.config_dir)
|
enabled, game_cds, netids = mod.get_mucha_info(self.config, self.config_dir)
|
||||||
print(game_cds)
|
|
||||||
if enabled:
|
if enabled:
|
||||||
for x in range(len(game_cds)):
|
for x in range(len(game_cds)):
|
||||||
self.mucha_registry[game_cds[x]] = { "netid_prefix": netids[x] }
|
self.mucha_registry[game_cds[x]] = { "netid_prefix": netids[x] }
|
||||||
|
|||||||
Reference in New Issue
Block a user