diff --git a/utils/djangologging/middleware.py b/utils/djangologging/middleware.py index fe9fcfc1c..ac22d56eb 100644 --- a/utils/djangologging/middleware.py +++ b/utils/djangologging/middleware.py @@ -244,8 +244,7 @@ class LoggingMiddleware(object): def process_response(self, request, response): if logging_output_enabled and \ - # request.META.get('REMOTE_ADDR') in settings.INTERNAL_IPS and \ - not getattr(response, SUPPRESS_OUTPUT_ATTR, False): + not getattr(response, SUPPRESS_OUTPUT_ATTR, False): if intercept_redirects and \ response.status_code in _redirect_statuses and \