forked from mirror/django-mailbox
Removing leftover logger.
This commit is contained in:
parent
88d122c421
commit
1bd781832a
1 changed files with 0 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ from email.header import decode_header
|
|||
from email.message import Message as EmailMessage
|
||||
from email.utils import formatdate, parseaddr
|
||||
from email.encoders import encode_base64
|
||||
import logging
|
||||
import urllib
|
||||
import mimetypes
|
||||
import os.path
|
||||
|
|
@ -28,9 +27,6 @@ from django_mailbox.signals import message_received
|
|||
import six
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
STRIP_UNALLOWED_MIMETYPES = getattr(
|
||||
settings,
|
||||
'DJANGO_MAILBOX_STRIP_UNALLOWED_MIMETYPES',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue