Skip to content

Commit

Permalink
minor: Remove leftover log line
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Nov 15, 2021
1 parent e128a87 commit f5e070e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f5e070e

Please sign in to comment.