Skip to content

Commit

Permalink
Remove debug warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Feb 19, 2024
1 parent 2fd8bec commit 88dd3fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/utils/exec/term.vim
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ function! utils#exec#term#run(cmd, open_qf, cwd, err_fmt) abort
\ 'curwin': 1,
\ 'cwd': a:cwd
\ }
call utils#common#Warning(l:options)
call utils#common#Warning(g:cmake_build_executor_height)
let l:job = term_start(l:cmd, l:options)
endif
if has('nvim')
Expand Down

0 comments on commit 88dd3fb

Please sign in to comment.