remove echom

This commit is contained in:
Ray Elliott 2020-07-31 16:06:33 +01:00
commit f00823714c

View file

@ -181,7 +181,6 @@ function! ToggleHighlights() abort "{{{
let b:toggle_highlights_state = ! b:toggle_highlights_state
endif
echom 'state: ' . b:toggle_highlights_state
if b:toggle_highlights_state == 1
hi! link Comment None
else