We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7890921 commit 5da7573Copy full SHA for 5da7573
sc2reader/utils.py
@@ -522,7 +522,6 @@ def read_header(file):
522
523
#Sanity check that the input is in fact an MPQ file
524
if buffer.empty or buffer.read_hex(4).upper() != "4D50511B":
525
- print "Header Hex was: %s" % buffer.read_hex(4).upper()
526
raise exceptions.FileError("File '%s' is not an MPQ file" % file.name)
527
528
#Extract replay header data, we are unlikely to ever use most of this
0 commit comments