Removed debug.

This commit is contained in:
Jack Jansen 2002-03-29 14:28:09 +00:00
parent 0035fb27f4
commit 695b33b02a
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ def decode(input, output, resonly=0):
input = open(input, 'rb')
# Should we also test for FSSpecs or FSRefs?
header = input.read(AS_HEADER_LENGTH)
print `header`
try:
magic, version, dummy, nentry = struct.unpack(AS_HEADER_FORMAT, header)
except ValueError, arg: