logging is unused

This commit is contained in:
David Baumgold
2013-06-27 14:59:48 -04:00
parent bc3a67ec89
commit 5e0767ccd0

View File

@@ -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):