mirror of https://github.com/dense-analysis/ale
removed useless echom from typecheck.vim
This commit is contained in:
parent
2e5f3899d1
commit
0a3faa60f7
|
@ -12,8 +12,6 @@ function! ale_linters#typescript#typecheck#Handle(buffer, lines)
|
||||||
|
|
||||||
for l:line in a:lines
|
for l:line in a:lines
|
||||||
let l:match = matchlist(l:line, l:pattern)
|
let l:match = matchlist(l:line, l:pattern)
|
||||||
echom len(l:match)
|
|
||||||
echom join(l:match, ", ")
|
|
||||||
|
|
||||||
if len(l:match) == 0
|
if len(l:match) == 0
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue