diff --git a/crates/project/src/debugger/breakpoint_store.rs b/crates/project/src/debugger/breakpoint_store.rs index c39fa43850..5f3e49f7dd 100644 --- a/crates/project/src/debugger/breakpoint_store.rs +++ b/crates/project/src/debugger/breakpoint_store.rs @@ -841,7 +841,7 @@ impl BreakpointStore { } else { "breakpoint" }; - log::info!("Deserialized {count} {breakpoint_str} at path: {path}"); + log::debug!("Deserialized {count} {breakpoint_str} at path: {path}"); } this.breakpoints = new_breakpoints;