1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

remove debug output

This commit is contained in:
Sarunas Valaskevicius 2018-12-19 16:09:52 +00:00
parent a3f48a198a
commit 6210afd2f1

View File

@ -88,7 +88,6 @@ function! SpaceVim#plugins#projectmanager#current_root() abort
call setbufvar('%', 'rootDir', rootdir)
endif
if !empty(rootdir) && g:spacevim_project_rooter_automatically
echo g:spacevim_project_rooter_automatically
call s:change_dir(rootdir)
call SpaceVim#plugins#projectmanager#RootchandgeCallback()
endif