summaryrefslogtreecommitdiff
path: root/testapp/exam/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/views.py')
-rw-r--r--testapp/exam/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testapp/exam/views.py b/testapp/exam/views.py
index ad5c263..42a4f76 100644
--- a/testapp/exam/views.py
+++ b/testapp/exam/views.py
@@ -168,7 +168,6 @@ def intro(request, questionpaper_id):
user = request.user
ci = RequestContext(request)
quest_paper = QuestionPaper.objects.get(id=questionpaper_id)
- print quest_paper.quiz.prerequisite
if quest_paper.quiz.prerequisite:
try:
pre_quest = QuestionPaper.objects.get(quiz=quest_paper.quiz.prerequisite)