Remove debugging statement

This commit is contained in:
Tim Pope
2010-10-24 13:39:58 -04:00
parent 119fd9e1ad
commit de602e3676

View File

@@ -748,7 +748,6 @@ endfunction
function! s:FinishCommit()
let args = getbufvar(+expand('<abuf>'),'fugitive_commit_arguments')
let g:args = args
if !empty(args)
call setbufvar(+expand('<abuf>'),'fugitive_commit_arguments','')
return s:Commit(args)