Commit 7ca49f3a by Chris Dodge

remove debug log msg

parent b432db1a
...@@ -903,8 +903,6 @@ def edit_tabs(request, org, course, coursename): ...@@ -903,8 +903,6 @@ def edit_tabs(request, org, course, coursename):
static_tabs = modulestore('direct').get_items(static_tabs_loc) static_tabs = modulestore('direct').get_items(static_tabs_loc)
logging.debug('tabs in policy = %s', course_item.tabs)
components = [ components = [
static_tab.location.url() static_tab.location.url()
for static_tab for static_tab
......
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