remove dead code

This commit is contained in:
Brian Wilson
2013-02-21 15:41:28 -05:00
parent d503fe3d79
commit 6d174ef029

View File

@@ -55,9 +55,6 @@ def pdf_index(request, course_id, book_index, chapter=None, page=None):
textbook['url'] = remap_static_url(textbook['url'], course)
# then remap all the chapter URLs as well, if they are provided.
# if page is None:
# page = textbook.start_page
return render_to_response('static_pdfbook.html',
{'book_index': book_index,
'course': course,