From 314fed559c2b39a5a765a9896f1cc01a9f76aa26 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:22:41 +0900 Subject: [PATCH] chore: drop unused log file metadata --- dzgui/util/diag.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dzgui/util/diag.py b/dzgui/util/diag.py index 354234f..97423da 100644 --- a/dzgui/util/diag.py +++ b/dzgui/util/diag.py @@ -54,8 +54,6 @@ def write_diagnostic(config: Path, outfile: Path) -> None: cpu = get_cpu_model() version = get_version() - debug = lookup(config, Preferences.DEBUG) - install = lookup(config, Preferences.INSTALL) default = lookup(config, Preferences.DEFAULT) steam_path = Path(default) @@ -79,8 +77,6 @@ def write_diagnostic(config: Path, outfile: Path) -> None: Kernel: {kernel} CPU: {cpu} - Debug: {debug} - Auto-install: {install} Steam path: {steam_redacted} Workshop path: {workshop_redacted}