From: Junio C Hamano Date: Thu, 28 Feb 2008 06:08:57 +0000 (-0800) Subject: format-patch: remove a leftover debugging message X-Git-Tag: v1.5.5-rc0~125 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42be5cc61202014d4f1df61f9791067191f9393d?hp=be5f5bf02706357794cdf093ebe603aa82ae52eb format-patch: remove a leftover debugging message Signed-off-by: Junio C Hamano --- diff --git a/builtin-log.c b/builtin-log.c index 3209ea5c6d..836b61ec57 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;