remove obsolete comment

This commit is contained in:
Victor Shnayder
2012-06-19 16:37:33 -04:00
committed by Matthew Mongeau
parent 40871e0eed
commit 4a6722778e

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)