Skip to content

Commit

Permalink
send-email: remove debug trace
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
  • Loading branch information
Erik Faye-Lund authored and Junio C Hamano committed Aug 4, 2009
1 parent ebdaae3 commit 69931b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ ($)
try {
$repo->command('rev-parse', '--verify', '--quiet', $f);
if (defined($format_patch)) {
print "foo\n";
return $format_patch;
}
die(<<EOF);
Expand Down

0 comments on commit 69931b7

Please sign in to comment.