Skip to content

Commit

Permalink
ulwgl_run: delete print statement
Browse files Browse the repository at this point in the history
- Let's try to aim to use our logger instead.
  • Loading branch information
R1kaB3rN committed Feb 21, 2024
1 parent ba9d0e3 commit 919953a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 919953a

Please sign in to comment.