Remove debugging statement

This commit is contained in:
Tim Pope 2010-01-13 17:38:07 -05:00
parent dc63e2d890
commit 2ed42806b6

View File

@ -1213,7 +1213,6 @@ function! s:BufReadIndex()
else else
let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' ' let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' '
endif endif
let g:indexspec = indexspec
if b:fugitive_display_format if b:fugitive_display_format
call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage')) call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage'))
set ft=git nospell set ft=git nospell