misc: removes debug output from syntastic Nit syntax checker script
[nit.git] / 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