Code

add -i: do not dump patch during application
authorThomas Rast <trast@student.ethz.ch>
Tue, 2 Jun 2009 21:34:27 +0000 (23:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2009 07:11:15 +0000 (00:11 -0700)
Remove a debugging print that snuck in at 7a26e65 (Revert
"git-add--interactive: remove hunk coalescing", 2009-05-16).

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl

index a06172c69f59391a04b75a3866a3fbcb98a21ba0..df9f231635d2bc53073375971c1383966e2a140b 100755 (executable)
@@ -1317,7 +1317,6 @@ sub patch_update_file {
                open $fh, '| git apply --cached --recount';
                for (@{$head->{TEXT}}, @result) {
                        print $fh $_;
-                       print STDERR $_;
                }
                if (!close $fh) {
                        for (@{$head->{TEXT}}, @result) {