diff --git a/app/app/settings.py b/app/app/settings.py index 9ac132e0..d539c4b7 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -169,8 +169,6 @@ # Check if the application is under testing if "test" in sys.argv: DEBUG = False -else: - DEBUG = True if DEBUG: LOGGING = {