mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
minor: Remove leftover log line
This commit is contained in:
parent
e128a8702e
commit
f5e070e808
@ -4665,7 +4665,6 @@ fn marked_string_to_markdown(contents: lsp::MarkedString) -> String {
|
||||
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…
Reference in New Issue
Block a user