Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 880e6eb

Browse files
committed
Removed debug output
1 parent a6d78c4 commit 880e6eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mac/Lib/macostools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def mkdirs(dst):
4747
if dst == '' or os.path.exists(dst):
4848
return
4949
head, tail = os.path.split(dst)
50-
print 'XX', dst, '->', (head, tail)
51-
# XXXX Is this a bug in os.path.split?
5250
if not ':' in head:
5351
head = head + ':'
5452
mkdirs(head)

0 commit comments

Comments
 (0)