Skip to content

Commit

Permalink
fix: Remove useless message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 11, 2024
1 parent 8ac6b58 commit ce68ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sideline-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Argument COMMAND is required in sideline backend."
(add-face-text-property 0 (length msg) face nil msg)
(unless (ht-contains-p sideline-flycheck--errors msg)
(ht-set sideline-flycheck--errors msg nil) ; doesn't care about value
(message "render")
(push msg msgs))))
(funcall sideline-flycheck--callback msgs)
;; XXX: We need to set it to `nil', or else it will render multiple times.
Expand Down

0 comments on commit ce68ae1

Please sign in to comment.