From 919953a2a84772e8f88addfc38e154c48a422672 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:08:28 -0800 Subject: [PATCH] ulwgl_run: delete print statement - Let's try to aim to use our logger instead. --- ulwgl_run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ulwgl_run.py b/ulwgl_run.py index bcd74665..32546321 100755 --- a/ulwgl_run.py +++ b/ulwgl_run.py @@ -183,8 +183,6 @@ def check_env( else: env["PROTONPATH"] = os.environ["PROTONPATH"] - print(env["PROTONPATH"], file=sys.stderr) - # If download fails/doesn't exist in the system, raise an error if not os.environ["PROTONPATH"]: err: str = "Download failed.\nProton could not be found in cache or compatibilitytools.d\nPlease set $PROTONPATH or visit https://github.com/Open-Wine-Components/ULWGL-Proton/releases"