slim checker: remove a stray debugging echo call

This commit is contained in:
Martin Grenfell 2012-09-23 13:56:01 +01:00
parent ae876d7245
commit ac9ff106d5

View File

@ -36,6 +36,5 @@ function! SyntaxCheckers_slim_GetLocList()
else
let errorformat = '%C\ %#%f\, Line %l,%-G\ %.%#,%ESlim::Parser::SyntaxError: %m,%+C%.%#'
endif
echo errorformat
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
endfunction