Remove debugging line.

This commit is contained in:
Andy Stewart
2014-01-27 15:24:04 +01:00
parent 5485c37b38
commit f158fee95e

View File

@@ -187,6 +187,5 @@ function! diff#discard_hunks(diff, hunk_to_keep)
call add(modified_diff, line) call add(modified_diff, line)
endif endif
endfor endfor
" call append('$', modified_diff)
return join(modified_diff, "\n") . "\n" return join(modified_diff, "\n") . "\n"
endfunction endfunction