Remove macOS override to default log path

Isn't needed since we're setting $HOME and including a symlink.
i.e. /var/root/Logs --> /Volumes/RAM_Disk/Logs
This commit is contained in:
2Shirt 2021-04-06 17:06:48 -06:00
parent 9478000cdf
commit 9eb782e2b7
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -13,10 +13,7 @@ from wk.io import non_clobber_path
# STATIC VARIABLES
if os.path.exists('/.wk-live-macos'):
# Workaround for live macOS env
DEFAULT_LOG_DIR = '/Volumes/RAM_Disk/Logs'
elif os.name == 'nt':
if os.name == 'nt':
# Example: "C:\WK\1955-11-05\WizardKit"
DEFAULT_LOG_DIR = (
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'