diff --git a/Mac/Lib/macostools.py b/Mac/Lib/macostools.py index 1dcc47eaa22..da1e3ab08ba 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)