mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed debug statemnt
This commit is contained in:
parent
f557f7c6bb
commit
5a08266814
1 changed files with 0 additions and 1 deletions
|
@ -2062,7 +2062,6 @@ def directory(name,
|
|||
|
||||
# checkng if bad symlink and force is applied
|
||||
bad_link = False
|
||||
log.debug(allow_symlink)
|
||||
if os.path.islink(name) and force:
|
||||
if not os.path.exists(os.readlink(name)):
|
||||
bad_link = True
|
||||
|
|
Loading…
Add table
Reference in a new issue