From: Alexis Laferrière Date: Wed, 30 May 2012 13:42:02 +0000 (-0400) Subject: misc: removes debug output from syntastic Nit syntax checker script X-Git-Tag: v0.6~352^2 X-Git-Url: http://nitlanguage.org misc: removes debug output from syntastic Nit syntax checker script Signed-off-by: Alexis Laferrière --- diff --git a/misc/vim/syntax_checkers/nit.vim b/misc/vim/syntax_checkers/nit.vim index a3fdf4b..222c080 100644 --- a/misc/vim/syntax_checkers/nit.vim +++ b/misc/vim/syntax_checkers/nit.vim @@ -38,7 +38,6 @@ function! SyntaxCheckers_nit_GetLocList() " custom NIT_DIR if exists('g:syntastic_nit_dir') let makeprg = "NIT_DIR=" . g:syntastic_nit_dir . " " . makeprg - echo makeprg endif " custom options for nit compiler