diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-06-07 15:32:50 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-06-07 15:32:50 +0800 |
commit | bdf653416bbcd0743bf327ea59b0622f9fef301d (patch) | |
tree | cde73995c81c89c7fab1c1b1d7c293ab5b905e7d /em-format | |
parent | c2f9c0862cdbcb27b78fc84a3cf784cc66311aba (diff) | |
download | gsoc2013-evolution-bdf653416bbcd0743bf327ea59b0622f9fef301d.tar.gz 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.c | 3 |
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; |