From b1ab7e778328efa5b7705e2f1a8e2d9ec1414236 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 16 Jun 2023 13:44:55 +0530 Subject: [PATCH] fix: removed unnecesary comments --- lms/www/batch/edit.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lms/www/batch/edit.js b/lms/www/batch/edit.js index 106c631a..285fc2d8 100644 --- a/lms/www/batch/edit.js +++ b/lms/www/batch/edit.js @@ -357,8 +357,6 @@ class Quiz { primary_action(values) { me.analyze_quiz_list(values); quizdialog.hide(); - /* self.quiz = values.quiz; - $(self.wrapper).html(self.render_quiz(self.quiz)); */ }, secondary_action_label: __("Create New Quiz"), secondary_action: () => { @@ -373,8 +371,7 @@ class Quiz { } analyze_quiz_list(values) { - /* If quiz is selected and is not already in the lesson then render it. - If quiz is in the lesson and is unselected then unrender it */ + /* If quiz is selected and is not already in the lesson then render it.*/ this.quiz_to_render = []; Object.keys(values).forEach((key) => {