From bdf653416bbcd0743bf327ea59b0622f9fef301d Mon Sep 17 00:00:00 2001 From: Dan Vrátil Date: Thu, 7 Jun 2012 09:32:50 +0200 Subject: Remove a leftover debug message --- em-format/e-mail-parser.c | 3 --- 1 file changed, 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; -- cgit