Skip to content

Commit 695b33b

Browse files
committed
Removed debug.
1 parent 0035fb2 commit 695b33b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mac/Lib/applesingle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def decode(input, output, resonly=0):
2828
input = open(input, 'rb')
2929
# Should we also test for FSSpecs or FSRefs?
3030
header = input.read(AS_HEADER_LENGTH)
31-
print `header`
3231
try:
3332
magic, version, dummy, nentry = struct.unpack(AS_HEADER_FORMAT, header)
3433
except ValueError, arg:

0 commit comments

Comments
 (0)