Skip to content

Commit cbe41c9

Browse files
authored
Revert "Add support for Proton logging to stdout (#279)" (#390)
This reverts commit 9f580b2.
1 parent 422ef3d commit cbe41c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

umu/umu_run.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,6 @@ def set_env(
254254
env["UMU_RUNTIME_UPDATE"] = os.environ.get("UMU_RUNTIME_UPDATE") or ""
255255
env["UMU_NO_PROTON"] = os.environ.get("UMU_NO_PROTON") or ""
256256

257-
# Proton logging (to stdout)
258-
# Check for PROTON_LOG because it redirects output to log file
259-
if os.environ.get("PROTON_LOG", "0") == "0":
260-
env["WINEDEBUG"] = os.environ.get("WINEDEBUG") or "+fixme"
261-
env["DXVK_LOG_LEVEL"] = os.environ.get("DXVK_LOG_LEVEL") or "info"
262-
env["VKD3D_DEBUG"] = os.environ.get("VKD3D_DEBUG") or "fixme"
263-
264257
return env
265258

266259

0 commit comments

Comments
 (0)