mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clean stray print statement
This commit is contained in:
parent
b4b0e1a7c3
commit
6c5e36f4a4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue