Kaydet (Commit) 880e6eb4 authored tarafından Jack Jansen's avatar Jack Jansen

Removed debug output

üst a6d78c44
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment