diff --git a/common/djangoapps/contentserver/middleware.py b/common/djangoapps/contentserver/middleware.py
index 1f5e65b910b459bd0799609fd59efe2b175dbb3e..d89e3fdd233140c16be410fc0da9ba0a228c9365 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):