Skip to content

Commit

Permalink
remove logging middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Jan 14, 2025
1 parent 96b58f7 commit c2b0b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions traffic_stops/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def __init__(self, tz_name=None):
]

MIDDLEWARE = [
"nc.middleware.ResponseLoggingMiddleware",
"django.middleware.security.SecurityMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.locale.LocaleMiddleware",
Expand All @@ -162,7 +161,6 @@ def __init__(self, tz_name=None):
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"nc.middleware.RequestLoggingMiddleware",
]

ROOT_URLCONF = "traffic_stops.urls"
Expand Down

0 comments on commit c2b0b39

Please sign in to comment.