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 committed Mar 14, 2024
1 parent 02cdffc commit 7b1aa50
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 @@ -133,8 +133,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 7b1aa50

Please sign in to comment.