Removed debug output

This commit is contained in:
Jack Jansen 1996-08-01 15:30:33 +00:00
parent a6d78c44a7
commit 880e6eb409
1 changed files with 0 additions and 2 deletions

View 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)