mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
removed useless echom from typecheck.vim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user