Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
happyleavesaoc committed Jun 12, 2022
1 parent 5b957bb commit ccc2cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mgz/summary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccc2cac

Please sign in to comment.