Skip to content

Commit 509b120

Browse files
revert debug
1 parent 08addc2 commit 509b120

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

mgz/common/map.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def extract_from_instructions(instructions):
9797
break
9898
if encoding == 'unknown':
9999
raise ValueError('could not detect encoding')
100-
print(encoding, language, name)
101100
return encoding, language, name
102101

103102

@@ -186,7 +185,6 @@ def get_mod_id(strings):
186185

187186
def get_map_data(map_id, instructions, dimension, version, dataset_id, reference, tiles, de_seed=None, de_strings=[]):
188187
"""Get the map metadata."""
189-
print(instructions)
190188
if instructions == b'\x00':
191189
raise ValueError('empty instructions')
192190

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mgz',
6-
version='1.8.49',
6+
version='1.8.50',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',

0 commit comments

Comments
 (0)