Commit 91bf6ad8 by ichuang

remove extra debugging line from courses.py

parent fedfa7ca
...@@ -197,8 +197,6 @@ def get_course_info_section(request, course, section_key): ...@@ -197,8 +197,6 @@ def get_course_info_section(request, course, section_key):
loc = Location(course.location.tag, course.location.org, course.location.course, 'course_info', section_key) loc = Location(course.location.tag, course.location.org, course.location.course, 'course_info', section_key)
log.debug("in get_course_info, static_asset_path=%s" % course.lms.static_asset_path)
# Use an empty cache # Use an empty cache
model_data_cache = ModelDataCache([], course.id, request.user) model_data_cache = ModelDataCache([], course.id, request.user)
info_module = get_module( info_module = get_module(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment