mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 03:06:56 +02:00
chore: drop unused code
This commit is contained in:
parent
35680b1373
commit
72b10ad543
@ -127,11 +127,6 @@ def load_gui(version: str, is_debug: bool) -> None:
|
|||||||
if not wizard.is_setup_complete():
|
if not wizard.is_setup_complete():
|
||||||
return
|
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)
|
setup_logger(XDG.debug)
|
||||||
with open(XDG.debug, "w") as f:
|
with open(XDG.debug, "w") as f:
|
||||||
f.truncate(0)
|
f.truncate(0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user