Hush breakpoint deserialization logs (#32430)
Release Notes: - debugger: Remove "Deserializing N breakpoints" from the Zed log
This commit is contained in:
parent
87f77db6d2
commit
0e0ac9b846
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue