From 5e0767ccd06dc27468ac7011e9458b3fc41d0b75 Mon Sep 17 00:00:00 2001 From: David Baumgold <david@davidbaumgold.com> Date: Thu, 27 Jun 2013 14:59:48 -0400 Subject: [PATCH] logging is unused --- common/djangoapps/contentserver/middleware.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/contentserver/middleware.py b/common/djangoapps/contentserver/middleware.py index 1f5e65b910b..d89e3fdd233 100644 --- a/common/djangoapps/contentserver/middleware.py +++ b/common/djangoapps/contentserver/middleware.py @@ -6,7 +6,6 @@ from xmodule.modulestore import InvalidLocationError from cache_toolbox.core import get_cached_content, set_cached_content from xmodule.exceptions import NotFoundError -import logging class StaticContentServer(object): def process_request(self, request): -- GitLab