mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Eliminate TESTING_DEPLOYED.
(imported from commit 477d8b7a15f703df1e10ae5682e02fea5ce040e4)
This commit is contained in:
@@ -49,4 +49,4 @@ class ReturnTrue(logging.Filter):
|
||||
class RequireReallyDeployed(logging.Filter):
|
||||
def filter(self, record):
|
||||
from django.conf import settings
|
||||
return settings.DEPLOYED and not settings.TESTING_DEPLOYED
|
||||
return settings.DEPLOYED
|
||||
|
||||
Reference in New Issue
Block a user