Skip to content

Commit

Permalink
lsp: remove completed TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Jan 17, 2021
1 parent ad308e7 commit c15fa31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoload/go/lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ function! s:newlsp() abort
elseif a:data.type == 3
call go#util#EchoInfo(l:msg)
elseif a:data.type == 4
" do nothing
" do nothing for Log messages
endif
" TODO(bc): check the type and call the correct function
endfunction

" TODO(bc): process the queue asynchronously
Expand Down

0 comments on commit c15fa31

Please sign in to comment.