From 212479861b819288440e82a7103b027b45b86618 Mon Sep 17 00:00:00 2001 From: Avii Date: Mon, 10 Aug 2026 15:14:10 +0200 Subject: [PATCH] 1786367650 --- dashboard/src/ui.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard/src/ui.rs b/dashboard/src/ui.rs index c35152b..8639534 100644 --- a/dashboard/src/ui.rs +++ b/dashboard/src/ui.rs @@ -53,8 +53,6 @@ pub fn apply_theme(app: &AppWindow, entities: &Vec) { color_scheme = ColorScheme::Light; } - dbg!(illuminance, color_scheme); - app.set_color_scheme(color_scheme); } }