Removed debugging trace

This commit is contained in:
Emmanuel BENOîT 2023-06-17 17:14:08 +02:00
parent ca8d12fc83
commit c4d02bebfe
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -30,8 +30,6 @@ if has( 'vim_starting' )
let s:dein_path = g:bundles_dir . "github.com/Shougo/dein.vim"
if !isdirectory(s:dein_path)
execute '!git clone https://github.com/Shougo/dein.vim' s:dein_path
else
echo "Wat " . s:dein_path
endif
let &g:runtimepath = &g:runtimepath . "," . s:dein_path
endif