Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Remove stderr debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Nov 20, 2016
1 parent 5f22284 commit f05dd6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/langserver/callbacks.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ function! langserver#callbacks#on_stdout(id, data, event) abort
endfunction

function! langserver#callbacks#on_stderr(id, data, event) abort
echom 'stderr ...'
call langserver#log#response(a:id, a:data, a:event)

echom string(a:data)
echom '...stderr'
endfunction

function! langserver#callbacks#on_exit(id, status, event) abort
Expand Down

0 comments on commit f05dd6d

Please sign in to comment.