diff --git a/stagingcontext/__init__.py b/stagingcontext/__init__.py index 280124e..3572204 100644 --- a/stagingcontext/__init__.py +++ b/stagingcontext/__init__.py @@ -6,8 +6,6 @@ def staging_processor(request): return { 'STAGING_ENV': getattr(settings, 'STAGING_ENV', False), - 'ENVIRONMENT': getattr(settings, 'ENVIRONMENT', 'development'), - # since our deploy process wipes and recreates the virtualenv # each time, we can rely on the modification time for this file # roughly reflecting the deployment time