mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Removed debug output
This commit is contained in:
parent
a6d78c44a7
commit
880e6eb409
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue