From 2e1a56c7d485b17dbeadf7458332c2e33a84f00e Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 2 Jul 2014 13:13:18 +0530 Subject: removing links --- testapp/exam/views.py | 1 - 1 file changed, 1 deletion(-) (limited to 'testapp') 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) -- cgit