From ccc2cac1bb218483f69f9b9fecbedc603e20cb52 Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Sun, 12 Jun 2022 14:35:06 +0000 Subject: [PATCH] remove debug --- mgz/summary/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mgz/summary/__init__.py b/mgz/summary/__init__.py index 5e811b4..d2a9d63 100644 --- a/mgz/summary/__init__.py +++ b/mgz/summary/__init__.py @@ -15,7 +15,6 @@ def __call__(self, data, playback=None, fallback=False): version, game, save, log = parse_version(header, data) data.seek(0) supported = (version is Version.DE and save > 13.34) # or version is Version.USERPATCH15 - print(supported, fallback, supported and not fallback) except zlib.error: supported = False if supported and not fallback: