clean stray print statement

This commit is contained in:
Thomas S Hatch 2012-01-16 23:51:48 -07:00
parent b4b0e1a7c3
commit 6c5e36f4a4

View file

@ -144,7 +144,6 @@ def _clean_dir(root, keep):
if fn_ == '/':
break
rm_files = []
print real_keep
for roots, dirs, files in os.walk(root):
for name in files:
nfn = os.path.join(roots, name)