From a67bbd66f9563b6178ce952e3f3da0fff701047b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 8 May 2026 11:45:08 +0900 Subject: [PATCH] chore: remove boilerplate --- dzgui/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dzgui/main.py b/dzgui/main.py index 47278df..1e1c2be 100644 --- a/dzgui/main.py +++ b/dzgui/main.py @@ -148,10 +148,6 @@ def main() -> None: tool = cmd break - print(os.getpid()) - # TODO: try getting pid on demand later - # pid = os.getpid() - # TODO: push is_game_mode to preconnect dialog prefs = UserPrefs( is_steam_deck=_is_steam_deck,