Skip to content

Commit 7986080

Browse files
committed
chore: Remove unnecessary log
1 parent 1864472 commit 7986080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rust-analyzer/src/handlers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ pub(crate) fn handle_hover_range(
897897
let file_id = from_proto::file_id(&snap, &params.text_document.uri)?;
898898
let range = from_proto::file_range(&snap, params.text_document, params.range)?;
899899

900-
log::info!("Triggered range hover");
901900
let info = match snap.analysis.hover_range(&snap.config.hover(), range)? {
902901
None => return Ok(None),
903902
Some(info) => info,

0 commit comments

Comments
 (0)