summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Lib/macostools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Lib/macostools.py b/Mac/Lib/macostools.py
index 1dcc47e..da1e3ab 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)