Skip to content

Commit b89f0db

Browse files
committed
remove old commented out code
1 parent 1836ed2 commit b89f0db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

salt/utils/parsers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ def setup_logfile_logger(self):
668668
# Yep, the user is in ACL!
669669
# Let's write the logfile to its home directory instead.
670670
xdg_dir = salt.utils.xdg.xdg_config_dir()
671-
#user_salt_dir = xdg_dir if os.path.isdir(xdg_dir) else '~/.salt'
672671
user_salt_dir = xdg_dir if os.path.isdir(xdg_dir) else os.path.expanduser('~/.salt')
673672

674673
if not os.path.isdir(user_salt_dir):

0 commit comments

Comments
 (0)