Remove unnecessary echom idx cruft

This was introduced in 3396e87db for debugging and probably forgotten.
This commit is contained in:
Clément Bœsch 2020-04-06 08:34:24 +02:00
parent 78a41b79c6
commit 7ae02bb4e6
1 changed files with 0 additions and 1 deletions

View File

@ -1404,7 +1404,6 @@ function! vimwiki#base#goto_index(wnum, ...) abort
" if wnum = 0 the current wiki is used
if a:wnum == 0
let idx = vimwiki#vars#get_bufferlocal('wiki_nr')
echom idx
if idx < 0 " not in a wiki
let idx = 0
endif