aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-07 15:32:50 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-07 15:32:50 +0800
commitbdf653416bbcd0743bf327ea59b0622f9fef301d (patch)
treecde73995c81c89c7fab1c1b1d7c293ab5b905e7d /em-format
parentc2f9c0862cdbcb27b78fc84a3cf784cc66311aba (diff)
downloadgsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.gz
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.bz2
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.lz
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.xz
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.zst
gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.zip
Remove a leftover debug message
Diffstat (limited to 'em-format')
-rw-r--r--em-format/e-mail-parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c
index 98b31b73ad..a41f7694a6 100644
--- a/em-format/e-mail-parser.c
+++ b/em-format/e-mail-parser.c
@@ -591,9 +591,6 @@ e_mail_parser_wrap_as_attachment (EMailParser *parser,
if (!snoop_mime_type)
snoop_mime_type = e_mail_part_snoop_type (part);
- if (parts)
- printf("WRAPPING %s AS %s\n", E_MAIL_PART (parts->data)->id, snoop_mime_type);
-
if (!extensions) {
EMailExtensionRegistry *reg;