feat: remove debug ui

This commit is contained in:
b1n
2024-06-20 20:23:55 +08:00
parent 1c2c583c0a
commit 5c62b25d7c

View File

@@ -1129,9 +1129,6 @@ impl Application for Pumpbin {
.align_items(Alignment::Center) .align_items(Alignment::Center)
.into(); .into();
#[cfg(debug_assertions)]
let home = home.explain(iced::Color::BLACK);
home home
} }