Silence a bucketload of logs (#36534)
Closes #ISSUE Release Notes: - Silenced a bunch of logs that were on by default
This commit is contained in:
@@ -831,7 +831,6 @@ impl BreakpointStore {
|
||||
new_breakpoints.insert(path, breakpoints_for_file);
|
||||
}
|
||||
this.update(cx, |this, cx| {
|
||||
log::info!("Finish deserializing breakpoints & initializing breakpoint store");
|
||||
for (path, count) in new_breakpoints.iter().map(|(path, bp_in_file)| {
|
||||
(path.to_string_lossy(), bp_in_file.breakpoints.len())
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user