remove obsolete comment

This commit is contained in:
Victor Shnayder
2012-06-19 16:37:33 -04:00
parent a6fc27acd6
commit 39c57af849

View File

@@ -255,8 +255,6 @@ def index(request, course=None, chapter=None, section=None,
If there's an error, returns
{'content': module-error message}
'''
# Can't modify variables of outer scope, so need new ones
user = request.user
module_xml = get_module_xml(user, course, chapter, section)