From b731fb5566aaf5116044baf703bf551599c2f0b1 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:43:41 +0900 Subject: [PATCH] chore: drop test code --- dzgui/api/steam.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index c53fb44..fdfe29b 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -392,7 +392,3 @@ def get_app_path(folders_path: Path, appid: int) -> Path: ) return Path(app_path) - - -p = Path("/home/ncase/.local/share/Steam") -print(find_user_id(p))