Skip to content

Commit

Permalink
Remove legacy logging; fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Apr 24, 2023
1 parent 1f63af2 commit 7a707c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions classes/event/alternate_email_added.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,4 @@ public function get_url() {
'courseid' => $this->courseid
));
}

/**
* Legacy log.
*
* @return array
*/
public function get_legacy_logdata() {
return array($this->courseid, 'clampmail', 'add', $this->get_url(),
get_string('alternate', 'block_clampmail') . ' ' . $this->other['address']);
}
}

0 comments on commit 7a707c9

Please sign in to comment.