vim:autocmd: Remove forgotten debug print

This commit is contained in:
2022-12-22 01:16:38 +01:00
parent 1ecacf8762
commit 66a231e8a8

View File

@@ -84,7 +84,6 @@ function! HighlightOldCursorPos()
endfunction
function! ClearOldCursorPos()
if exists('w:cursor_pos_match_id')
echo 'foo'
call matchdelete(w:cursor_pos_match_id)
unlet w:cursor_pos_match_id
endif