From 67aecfe4ee991d24598ddd3860bbec9e74d00f03 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 23 Sep 2025 23:22:40 -0400 Subject: [PATCH] remove unimplemented config option in the example config --- example_config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/example_config.toml b/example_config.toml index 51c8f27..47a5778 100644 --- a/example_config.toml +++ b/example_config.toml @@ -11,6 +11,3 @@ timing_formula = "1.7 + 18.5 * exp(-0.29 * p)" [acpi_daemon] socket_path = "/run/acpid.socket" - -[log] -level = "INFO"