From 0a3faa60f7c8c522f367a083db1e7b7404961209 Mon Sep 17 00:00:00 2001 From: Aleh Kashnikau Date: Thu, 10 Nov 2016 18:48:09 +0300 Subject: [PATCH] removed useless echom from typecheck.vim --- ale_linters/typescript/typecheck.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/ale_linters/typescript/typecheck.vim b/ale_linters/typescript/typecheck.vim index dd160d5a..3a237e37 100644 --- a/ale_linters/typescript/typecheck.vim +++ b/ale_linters/typescript/typecheck.vim @@ -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