Skip to content

Commit

Permalink
Update classes/task/get_meeting_recordings.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Champ <[email protected]>
  • Loading branch information
cbounphengsy and jrchamp authored Mar 14, 2024
1 parent bcaa039 commit f76930d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/task/get_meeting_recordings.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ public function execute() {

if (empty($meetings[$recording->meetingid])) {
// Skip meetings that are not in Moodle.

var_dump($recording);
mtrace('Meeting id: ' . $recording->meetingid . ' does not exist...skipping');
continue;
}
Expand Down

0 comments on commit f76930d

Please sign in to comment.