Skip to content

Commit a030d5b

Browse files
committed
Remove stray print statement from the decompression work.
1 parent a5361a6 commit a030d5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def make_replay(self, replay_file, **options):
128128
filedata = archive.read_file(file, force_decompress=True)
129129
except IndexError as e:
130130
# Catch decompression errors
131-
print str(e)
132131
if str(e) == "string index out of range":
133132
filedata = archive.read_file(file, force_decompress=False)
134133
else:

0 commit comments

Comments
 (0)