Browse Source

do not debug log

pull/10/head
gmarik 15 years ago
parent
commit
02d76b101b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      autoload/vundle/installer.vim

+ 0
- 1
autoload/vundle/installer.vim View File

@ -3,7 +3,6 @@ func! vundle#installer#install(bang, ...)
let bundles = (a:1 == '') ?
\ s:reload_bundles() :
\ map(copy(a:000), 'vundle#config#init_bundle(v:val, {})')
call s:log(bundles)
for bundle in bundles | call s:install(a:bang, bundle) | endfor
call vundle#installer#helptags(bundles)
endf


Loading…
Cancel
Save