mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
Tone down inlay hint update logs
This commit is contained in:
parent
e84339ef4a
commit
afa7045847
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ async fn fetch_and_update_hints(
|
|||
})
|
||||
.await;
|
||||
if let Some(new_update) = new_update {
|
||||
log::info!(
|
||||
log::debug!(
|
||||
"Applying update for range {fetch_range_to_log:?}: remove from editor: {}, remove from cache: {}, add to cache: {}",
|
||||
new_update.remove_from_visible.len(),
|
||||
new_update.remove_from_cache.len(),
|
||||
|
|
Loading…
Reference in a new issue