mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
chore: drop unused log file metadata
This commit is contained in:
parent
1c346a6c3c
commit
314fed559c
@ -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}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user