removed echo

This commit is contained in:
Joshua Rahm 2013-12-27 01:29:07 -07:00
parent 8e31c53cdf
commit 850e285c0d

View File

@ -74,7 +74,6 @@ function! SyntaxCheckers_glsl_cgc_GetLocList() dict
let makeprg = self.makeprgBuild({
\'args': args })
echo makeprg
let errorformat =
\ "%E%f(%l) : error %m," .
\ "%W%f(%l) : warning %m"