diff --git a/crates/project/src/debugger/breakpoint_store.rs b/crates/project/src/debugger/breakpoint_store.rs index c39fa43850c8e9e08740b594031adf52032e5ed5..5f3e49f7dd3715752c747d4f39386bddf0103a48 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;