diff --git a/classes/event/subcourse_grades_fetched.php b/classes/event/subcourse_grades_fetched.php index 6c845a9..53b01ee 100644 --- a/classes/event/subcourse_grades_fetched.php +++ b/classes/event/subcourse_grades_fetched.php @@ -69,14 +69,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/subcourse/view.php', ['id' => $this->contextinstanceid]); } - - /** - * Return the event data for the legacy log store. - * - * @return array - */ - public function get_legacy_logdata() { - return [$this->courseid, $this->objecttable, 'fetch', - 'view.php?id='.$this->contextinstanceid, $this->other['refcourse'], $this->contextinstanceid]; - } }