From 9f77c9221a5889a4b41d38345e2afb9595d7aa87 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 22 Jun 2013 14:28:00 -0700 Subject: [PATCH] Removing unintended print message :-o --- django_mailbox/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django_mailbox/models.py b/django_mailbox/models.py index 5c93351..af5f297 100755 --- a/django_mailbox/models.py +++ b/django_mailbox/models.py @@ -183,7 +183,6 @@ class Mailbox(models.Model): new[header] = value for part in message.walk(): content_type = part.get_content_type() - print content_type if not content_type in ALLOWED_MIMETYPES: if content_type not in stripped_content: stripped_content[content_type] = 0