Removed debug statement

This commit is contained in:
PMKuipers 2023-12-15 21:08:53 +01:00
parent 6587200239
commit 88321ec703

View File

@ -344,8 +344,6 @@ class courseservice extends \external_api {
} }
if(!$found) { if(!$found) {
array_unshift($contextids,$refctxid); array_unshift($contextids,$refctxid);
debug::write("After two");
debug::print_r($contextids);
} }
} catch(\dml_missing_record_exception $x) { } catch(\dml_missing_record_exception $x) {
// ignore context // ignore context