diff options
| author | Erik Faye-Lund <kusmabite@googlemail.com> | 2009-08-04 21:57:34 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-08-04 15:20:35 -0700 |
| commit | 69931b718307ad5adf85292b03e46d822156840a (patch) | |
| tree | 33db63b0a91c1cec83d0391b2dc87c4325425bd6 /git-send-email.perl | |
| parent | config: Keep inner whitespace verbatim (diff) | |
| download | git-69931b718307ad5adf85292b03e46d822156840a.tar.gz git-69931b718307ad5adf85292b03e46d822156840a.zip | |
send-email: remove debug trace
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Diffstat (limited to 'git-send-email.perl')
| -rwxr-xr-x | git-send-email.perl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl index cccbf4517a..17f930f0f3 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -449,7 +449,6 @@ sub check_file_rev_conflict($) { try { $repo->command('rev-parse', '--verify', '--quiet', $f); if (defined($format_patch)) { - print "foo\n"; return $format_patch; } die(<<EOF); |
