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
 | 
			
		||||
        let l:match = matchlist(l:line, l:pattern)
 | 
			
		||||
        echom len(l:match)
 | 
			
		||||
        echom join(l:match, ", ")
 | 
			
		||||
 | 
			
		||||
        if len(l:match) == 0
 | 
			
		||||
            continue
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user