From 8f221e3eceeac72c775c4e119037b2ca19e39c8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 30 May 2012 09:42:02 -0400 Subject: [PATCH] misc: removes debug output from syntastic Nit syntax checker script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- misc/vim/syntax_checkers/nit.vim | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.9.5