Skip to content

Commit

Permalink
Update recording_proxy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 committed Jan 3, 2025
1 parent 43ad19d commit 804e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/proxy/recording_proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private static function fetch_recordings_page(array $ids, $key = 'recordID'): ar
}
return ['recordings' => $recordings, 'success' => true];
}
debugging('getRecordings API call failed', DEBUG_DEVELOPER);
//debugging('getRecordings API call failed', DEBUG_DEVELOPER);
return ['recordings' => [], 'success' => false];
}

Expand Down

0 comments on commit 804e12f

Please sign in to comment.