mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
chore: Remove unnecessary log
This commit is contained in:
parent
18644720eb
commit
79860808cb
1 changed files with 0 additions and 1 deletions
|
@ -897,7 +897,6 @@ pub(crate) fn handle_hover_range(
|
|||
let file_id = from_proto::file_id(&snap, ¶ms.text_document.uri)?;
|
||||
let range = from_proto::file_range(&snap, params.text_document, params.range)?;
|
||||
|
||||
log::info!("Triggered range hover");
|
||||
let info = match snap.analysis.hover_range(&snap.config.hover(), range)? {
|
||||
None => return Ok(None),
|
||||
Some(info) => info,
|
||||
|
|
Loading…
Reference in a new issue