Removed debug statemnt

This commit is contained in:
Narendra Ingale 2017-03-17 21:00:35 +05:30 committed by rallytime
parent f557f7c6bb
commit 5a08266814

View file

@ -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