mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Removing unintended print message :-o
This commit is contained in:
parent
406989fc9e
commit
9f77c9221a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue