From 72b10ad543bc779ee6b739c4cd08a124869b5b60 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:52:21 +0900 Subject: [PATCH] chore: drop unused code --- dzgui/app_init.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dzgui/app_init.py b/dzgui/app_init.py index 71b7a6f..8a74466 100644 --- a/dzgui/app_init.py +++ b/dzgui/app_init.py @@ -127,11 +127,6 @@ def load_gui(version: str, is_debug: bool) -> None: if not wizard.is_setup_complete(): return - # TODO: drop - # NOTE: implies that setup wizard failed or was closed - #if has_new_config(XDG.config) is False: - # return - setup_logger(XDG.debug) with open(XDG.debug, "w") as f: f.truncate(0)