From: Jack Jansen Date: Thu, 1 Aug 1996 15:30:33 +0000 (+0000) Subject: Removed debug output X-Git-Tag: v1.4b2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=880e6eb409ecf599943ed40bb87a3fe4641b0f9e;p=python Removed debug output --- diff --git a/Mac/Lib/macostools.py b/Mac/Lib/macostools.py index 1dcc47eaa2..da1e3ab08b 100644 --- a/Mac/Lib/macostools.py +++ b/Mac/Lib/macostools.py @@ -47,8 +47,6 @@ def mkdirs(dst): if dst == '' or os.path.exists(dst): return head, tail = os.path.split(dst) - print 'XX', dst, '->', (head, tail) - # XXXX Is this a bug in os.path.split? if not ':' in head: head = head + ':' mkdirs(head)