]> granicus.if.org Git - python/commitdiff
Removed debug output
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 1996 15:30:33 +0000 (15:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 1996 15:30:33 +0000 (15:30 +0000)
Mac/Lib/macostools.py

index 1dcc47eaa22aa536cd700f3089613964c335382d..da1e3ab08ba770dd38f682f61b6765ff59895196 100644 (file)
@@ -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)