removed useless echom from typecheck.vim

This commit is contained in:
Aleh Kashnikau 2016-11-10 18:48:09 +03:00
parent 2e5f3899d1
commit 0a3faa60f7

View File

@ -12,8 +12,6 @@ function! ale_linters#typescript#typecheck#Handle(buffer, lines)
for l:line in a:lines
let l:match = matchlist(l:line, l:pattern)
echom len(l:match)
echom join(l:match, ", ")
if len(l:match) == 0
continue