Skip to content

Commit

Permalink
slim checker: remove a stray debugging echo call
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed Sep 23, 2012
1 parent ae876d7 commit ac9ff10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax_checkers/slim.vim
Expand Up @@ -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

0 comments on commit ac9ff10

Please sign in to comment.