Skip to content

Commit 5da7573

Browse files
committed
Remove a print statement from utils.read_header
1 parent 7890921 commit 5da7573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ def read_header(file):
522522

523523
#Sanity check that the input is in fact an MPQ file
524524
if buffer.empty or buffer.read_hex(4).upper() != "4D50511B":
525-
print "Header Hex was: %s" % buffer.read_hex(4).upper()
526525
raise exceptions.FileError("File '%s' is not an MPQ file" % file.name)
527526

528527
#Extract replay header data, we are unlikely to ever use most of this

0 commit comments

Comments
 (0)