diff --git a/django_mailbox/management/commands/getmail.py b/django_mailbox/management/commands/getmail.py index f657509..4f30950 100644 --- a/django_mailbox/management/commands/getmail.py +++ b/django_mailbox/management/commands/getmail.py @@ -7,5 +7,4 @@ from django_mailbox.models import Mailbox class Command(BaseCommand): def handle(self, *args, **options): - logging.basicConfig(level=logging.INFO) Mailbox.get_new_mail_all_mailboxes(args)