From 6d174ef029189f4a013074a2ea148190871d7e7a Mon Sep 17 00:00:00 2001 From: Brian Wilson Date: Thu, 21 Feb 2013 15:41:28 -0500 Subject: [PATCH] remove dead code --- lms/djangoapps/staticbook/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lms/djangoapps/staticbook/views.py b/lms/djangoapps/staticbook/views.py index a33cd76958..be7e272596 100644 --- a/lms/djangoapps/staticbook/views.py +++ b/lms/djangoapps/staticbook/views.py @@ -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,