Skip to content

Commit 3645f6d

Browse files
committed
chore: remove log statements of wine prefix user directories
- Not convinced these are useful debug statements and how the state of those files are related to the launch success of the executable. For now, let's remove them until we're ever interested to know them again and the relationship of the prefix and executable launch is clear
1 parent 9bce626 commit 3645f6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

umu/umu_run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ def setup_pfx(path: str) -> None:
8282
elif not wineuser.exists() and steam.is_dir():
8383
wineuser.symlink_to("steamuser")
8484

85-
log.debug("steamuser in prefix is link: %s", steam.is_symlink())
86-
log.debug("user in prefix is link: %s", wineuser.is_symlink())
87-
8885

8986
def check_env(
9087
env: dict[str, str], thread_pool: ThreadPoolExecutor

0 commit comments

Comments
 (0)