talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a48bc282238c94763a8c35a797e72b57b0fd3034
parent 8eb1faa9d4cbed5be056891e0bc263a821925282
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sun,  2 Oct 2016 19:04:57 +0200

Removed a superfluous debug_print() call.

Diffstat:
Msrc/compose.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/compose.c b/src/compose.c @@ -5555,8 +5555,6 @@ static gint compose_write_to_file(Compose *compose, FILE *fp, gint action, gbool mimemsg->tmp = TRUE; /* must free content later */ mimemsg->data.mem = compose_get_header(compose); - debug_print(mimemsg->data.mem); - /* Create text part MimeInfo */ /* get all composed text */ buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(compose->text));