minor: Remove leftover log line

pull/1093/head
Blaž Hrastnik 2021-11-15 10:33:14 +09:00
parent e128a8702e
commit f5e070e808
1 changed files with 0 additions and 1 deletions

View File

@ -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 {