diff --git a/crates/notedeck_columns/src/route.rs b/crates/notedeck_columns/src/route.rs index cd09dbc6..7a9c0012 100644 --- a/crates/notedeck_columns/src/route.rs +++ b/crates/notedeck_columns/src/route.rs @@ -344,10 +344,10 @@ impl Router { self.returning = true; if let Some(range) = self.overlay_ranges.pop() { - tracing::info!("Going back, found overlay: {:?}", range); + tracing::debug!("Going back, found overlay: {:?}", range); self.remove_overlay(range); } else { - tracing::info!("Going back, no overlay"); + tracing::debug!("Going back, no overlay"); } if self.routes.len() == 1 {