From 96398f6803f046a192fe3198156d89896970b42d Mon Sep 17 00:00:00 2001 From: saadmk11 Date: Fri, 8 Mar 2019 15:41:52 +0600 Subject: [PATCH] Removed STANDARD_EMAIL from core.models --- readthedocs/core/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/readthedocs/core/models.py b/readthedocs/core/models.py index d129f181a5e..3fab8570b45 100644 --- a/readthedocs/core/models.py +++ b/readthedocs/core/models.py @@ -10,8 +10,6 @@ from django.utils.translation import ugettext_lazy as _ -STANDARD_EMAIL = 'anonymous@readthedocs.org' - log = logging.getLogger(__name__)