summaryrefslogtreecommitdiff
path: root/pretty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pretty.c')
-rw-r--r--pretty.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pretty.c b/pretty.c
index a53eb532aa..1925e9c3e4 100644
--- a/pretty.c
+++ b/pretty.c
@@ -1417,9 +1417,6 @@ void pretty_print_commit(const struct pretty_print_context *pp,
if (pp->fmt == CMIT_FMT_EMAIL && sb->len <= beginning_of_body)
strbuf_addch(sb, '\n');
- if (pp->notes_message && *pp->notes_message)
- strbuf_addstr(sb, pp->notes_message);
-
free(reencoded);
}