Commit 695b33b0 authored by Jack Jansen's avatar Jack Jansen

Removed debug.

parent 0035fb27
...@@ -28,7 +28,6 @@ def decode(input, output, resonly=0): ...@@ -28,7 +28,6 @@ def decode(input, output, resonly=0):
input = open(input, 'rb') input = open(input, 'rb')
# Should we also test for FSSpecs or FSRefs? # Should we also test for FSSpecs or FSRefs?
header = input.read(AS_HEADER_LENGTH) header = input.read(AS_HEADER_LENGTH)
print `header`
try: try:
magic, version, dummy, nentry = struct.unpack(AS_HEADER_FORMAT, header) magic, version, dummy, nentry = struct.unpack(AS_HEADER_FORMAT, header)
except ValueError, arg: except ValueError, arg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment