From: Jack Jansen Date: Fri, 29 Mar 2002 14:28:09 +0000 (+0000) Subject: Removed debug. X-Git-Tag: v2.3c1~6266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=695b33b02a0288819c2b0e61f5b1e28bcd5ac966;p=thirdparty%2FPython%2Fcpython.git Removed debug. --- diff --git a/Mac/Lib/applesingle.py b/Mac/Lib/applesingle.py index bee331882111..f8be3d28e1a4 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: