From d25f832880008f994fc3f4f098ff50e152e3c974 Mon Sep 17 00:00:00 2001 From: Mickey Malone Date: Sat, 28 Sep 2013 06:54:34 -0500 Subject: [PATCH] Removed log debug entry --- salt/states/file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/states/file.py b/salt/states/file.py index 63b6e6e5e1..1a77fba766 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -1589,7 +1589,6 @@ def recurse(name, # Process symlinks and return the updated filenames list def process_symlinks(filenames, symlinks): - log.debug('keep in ps {0}'.format(keep)) for lname, ltarget in symlinks.items(): if not _check_include_exclude(os.path.relpath(lname, srcpath), include_pat,