minor: Remove leftover log line
This commit is contained in:
parent
e128a8702e
commit
f5e070e808
1 changed files with 0 additions and 1 deletions
|
@ -4665,7 +4665,6 @@ fn hover(cx: &mut Context) {
|
|||
match contents {
|
||||
lsp::MarkedString::String(contents) => contents,
|
||||
lsp::MarkedString::LanguageString(string) => {
|
||||
log::error!("MarkedString {}: {}", string.language, string.value);
|
||||
if string.language == "markdown" {
|
||||
string.value
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue