mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 21:47:07 +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 {
|
match contents {
|
||||||
lsp::MarkedString::String(contents) => contents,
|
lsp::MarkedString::String(contents) => contents,
|
||||||
lsp::MarkedString::LanguageString(string) => {
|
lsp::MarkedString::LanguageString(string) => {
|
||||||
log::error!("MarkedString {}: {}", string.language, string.value);
|
|
||||||
if string.language == "markdown" {
|
if string.language == "markdown" {
|
||||||
string.value
|
string.value
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user