From 73dd56e264832cfcab2e1afae1b5758980d595f8 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Wed, 18 Oct 2023 11:14:06 -0500 Subject: [PATCH] Update grades.php --- grades.php | 1 - 1 file changed, 1 deletion(-) diff --git a/grades.php b/grades.php index ce78e83..d3c2a7d 100644 --- a/grades.php +++ b/grades.php @@ -41,7 +41,6 @@ $course = $DB->get_record('course', ['id' => $cm->course], '*', MUST_EXIST); - // Construct hotquestion instance. $hq = new mod_hotquestion($id);