aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/auditory.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/auditory.vim b/plugin/auditory.vim
index 6ca711e..c6eda48 100644
--- a/plugin/auditory.vim
+++ b/plugin/auditory.vim
@@ -8,7 +8,6 @@ endfunction
" Run system kill
function! s:KillPid(pid)
- echom a:pid
return system("kill " . a:pid)
endfunction