projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb1faa
)
Removed a superfluous debug_print() call.
author
Andrej Kacian
<ticho@claws-mail.org>
Sun, 2 Oct 2016 17:04:57 +0000
(19:04 +0200)
committer
Andrej Kacian
<ticho@claws-mail.org>
Sun, 2 Oct 2016 17:04:57 +0000
(19:04 +0200)
src/compose.c
patch
|
blob
|
history
diff --git
a/src/compose.c
b/src/compose.c
index 2ddb5bf3b9088355471e299401e2525655b43173..afe00fc351c9fc931b5bd1a6d2b87572f530a12f 100644
(file)
--- 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));