misc: removes debug output from syntastic Nit syntax checker script
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 30 May 2012 13:42:02 +0000 (09:42 -0400)
committerJean Privat <jean@pryen.org>
Wed, 30 May 2012 13:42:06 +0000 (09:42 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

misc/vim/syntax_checkers/nit.vim

index a3fdf4b..222c080 100644 (file)
@@ -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