1
0
Fork 0

Removing unintended print message :-o

This commit is contained in:
Adam Coddington 2013-06-22 14:28:00 -07:00
parent 406989fc9e
commit 9f77c9221a

View file

@ -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