aboutsummaryrefslogtreecommitdiff
path: root/builtin-log.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-02-27 22:08:57 -0800
committerJunio C Hamano <gitster@pobox.com>2008-02-27 22:08:57 -0800
commit42be5cc61202014d4f1df61f9791067191f9393d (patch)
treee23199faa78d439d29854663be273f8103e0ef93 /builtin-log.c
parentbe5f5bf02706357794cdf093ebe603aa82ae52eb (diff)
downloadgit-42be5cc61202014d4f1df61f9791067191f9393d.tar.gz
git-42be5cc61202014d4f1df61f9791067191f9393d.tar.xz
format-patch: remove a leftover debugging message
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-log.c')
-rw-r--r--builtin-log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-log.c b/builtin-log.c
index 3209ea5c6..836b61ec5 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -960,7 +960,6 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix)
rev.boundary = 1;
while ((commit = get_revision(&rev)) != NULL) {
if (commit->object.flags & BOUNDARY) {
- fprintf(stderr, "Boundary %s\n", sha1_to_hex(commit->object.sha1));
boundary_count++;
origin = (boundary_count == 1) ? commit : NULL;
continue;