remove echom

This commit is contained in:
Ray Elliott 2020-07-31 16:06:33 +01:00
parent 2fee2be992
commit f00823714c
1 changed files with 0 additions and 1 deletions

View File

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