Remove a test echo line.

This commit is contained in:
w0rp 2016-10-03 13:45:55 +01:00
parent 35f3a1f541
commit 2479111884
1 changed files with 0 additions and 2 deletions

View File

@ -28,5 +28,3 @@ call ALEAddLinter('sh', {
\ 'command': 'shellcheck ' . s:exclude_option . ' -f gcc -',
\ 'callback': 'ale#handlers#HandleGCCFormat',
\})
echo 'shellcheck' . s:exclude_option . '-f gcc -'