Merge branch 'MDL-74558-400' of https://github.com/ssj365/moodle into MOODLE_400_STABLE

This commit is contained in:
Jun Pataleta
2022-11-16 17:51:17 +08:00
+1 -1
View File
@@ -170,7 +170,7 @@ function bigbluebuttonbn_delete_instance($id) {
} catch (moodle_exception $e) {
// Do not log any issue when testing.
if (!(defined('PHPUNIT_TEST') && PHPUNIT_TEST) && !defined('BEHAT_SITE_RUNNING')) {
debugging($e->getMessage(), DEBUG_NORMAL, $e->getTrace());
debugging($e->getMessage(), DEBUG_DEVELOPER, $e->getTrace());
}
}