diff --git a/mod/kalvidassign/classes/event/assignment_details_viewed.php b/mod/kalvidassign/classes/event/assignment_details_viewed.php index 4597acc7..9dffdad4 100644 --- a/mod/kalvidassign/classes/event/assignment_details_viewed.php +++ b/mod/kalvidassign/classes/event/assignment_details_viewed.php @@ -51,9 +51,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidassign/view.php', array('cmid' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidassign', 'view assignment details', - $this->get_url(), $this->objectid, $this->contextinstanceid); - } -} \ No newline at end of file + } diff --git a/mod/kalvidassign/classes/event/assignment_submitted.php b/mod/kalvidassign/classes/event/assignment_submitted.php index 12fe0441..7ada8e26 100644 --- a/mod/kalvidassign/classes/event/assignment_submitted.php +++ b/mod/kalvidassign/classes/event/assignment_submitted.php @@ -51,9 +51,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidassign/view.php', array('cmid' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidassign', 'submit', - $this->get_url(), $this->objectid, $this->contextinstanceid); - } -} \ No newline at end of file +} diff --git a/mod/kalvidassign/classes/event/grade_submissions_page_viewed.php b/mod/kalvidassign/classes/event/grade_submissions_page_viewed.php index e247bb49..f51f29f8 100644 --- a/mod/kalvidassign/classes/event/grade_submissions_page_viewed.php +++ b/mod/kalvidassign/classes/event/grade_submissions_page_viewed.php @@ -51,9 +51,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidassign/grade_submissions.php', array('cmid' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidassign', 'view submissions page', - $this->get_url(), $this->objectid, $this->contextinstanceid); - } -} \ No newline at end of file +} diff --git a/mod/kalvidassign/classes/event/grades_updated.php b/mod/kalvidassign/classes/event/grades_updated.php index e837b1ed..9103bbe9 100644 --- a/mod/kalvidassign/classes/event/grades_updated.php +++ b/mod/kalvidassign/classes/event/grades_updated.php @@ -53,9 +53,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidassign/grade_submissions.php', array('cmid' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidassign', 'update grades', - $this->get_url(), $this->contextinstanceid); - } -} \ No newline at end of file +} diff --git a/mod/kalvidassign/classes/event/single_submission_page_viewed.php b/mod/kalvidassign/classes/event/single_submission_page_viewed.php index b622819c..8925dcfc 100644 --- a/mod/kalvidassign/classes/event/single_submission_page_viewed.php +++ b/mod/kalvidassign/classes/event/single_submission_page_viewed.php @@ -51,9 +51,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidassign/single_submission.php', array('cmid' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidassign', 'view submission page', - $this->get_url(), $this->objectid, $this->contextinstanceid); - } -} \ No newline at end of file +} diff --git a/mod/kalvidres/classes/event/video_resource_viewed.php b/mod/kalvidres/classes/event/video_resource_viewed.php index 22c77be0..e7014f3e 100644 --- a/mod/kalvidres/classes/event/video_resource_viewed.php +++ b/mod/kalvidres/classes/event/video_resource_viewed.php @@ -50,9 +50,4 @@ public function get_description() { public function get_url() { return new \moodle_url('/mod/kalvidres/view.php', array('id' => $this->contextinstanceid)); } - - public function get_legacy_logdata() { - return array($this->courseid, 'kalvidres', 'view video resource', - $this->get_url(), $this->objectid, $this->contextinstanceid); - } -} \ No newline at end of file +}