From 404496191d679ccc5099400afcc44ac1830a421a Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Mon, 22 Jan 2024 16:25:51 -0500 Subject: [PATCH] mucha: remove print statement --- core/mucha.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/mucha.py b/core/mucha.py index c592d42..32ad4bf 100644 --- a/core/mucha.py +++ b/core/mucha.py @@ -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] }