diff --git a/frontend/src/components/layout/statusbar.rs b/frontend/src/components/layout/statusbar.rs
index 1fa4f19..e10607f 100644
--- a/frontend/src/components/layout/statusbar.rs
+++ b/frontend/src/components/layout/statusbar.rs
@@ -115,12 +115,11 @@ pub fn StatusBar() -> impl IntoView {
-
+ >
@@ -128,21 +127,18 @@ pub fn StatusBar() -> impl IntoView {
limits.clone().into_iter().map(|(val, label)| {
let is_active = move || {
let current = stats.get().down_limit.unwrap_or(0);
- logging::error!("Down Active Check: current={} (i64), val={} (i64), diff={}, match={}",
- current,
- val,
- (current - val).abs(),
- (current - val).abs() < 1024
- );
(current - val).abs() < 1024
};
view! {
-
}
@@ -175,12 +171,11 @@ pub fn StatusBar() -> impl IntoView {
-
+ >
@@ -193,10 +188,13 @@ pub fn StatusBar() -> impl IntoView {
view! {
-
}
@@ -227,12 +225,11 @@ pub fn StatusBar() -> impl IntoView {
-
+ >