summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Lib/applesingle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/applesingle.py b/Mac/Lib/applesingle.py
index bee3318..f8be3d2 100644
--- a/Mac/Lib/applesingle.py
+++ b/Mac/Lib/applesingle.py
@@ -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: