Skip to content

Commit 8998bf6

Browse files
committed
Delete debug print
1 parent aba2c90 commit 8998bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/jsdoc.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ function! s:parse_keyword_arg(arg)
322322
if a:arg =~ '='
323323
let result = printf('[%s]', a:arg)
324324
endif
325-
" TODO Delete this
326-
echomsg string(result)
327325

328326
return result
329327
endfunction

0 commit comments

Comments
 (0)