Disable file log for lutris-wrapper

This commit is contained in:
Mathieu Comandon 2021-10-16 11:17:18 -07:00
parent b611e774c2
commit 9bdc29892e

View file

@ -70,8 +70,8 @@ def log(log_message):
pass
# File output
with open(os.path.expanduser("~/lutris.log"), "a") as logfile:
logfile.write(line)
# with open(os.path.expanduser("~/lutris.log"), "a") as logfile:
# logfile.write(line)
def kill_pid(pid, sigkill=False):