Skip to content
Snippets Groups Projects
Unverified Commit 193fad52 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Added debugging message for success case

parent 1dddb772
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ class process_manager {
}
} catch (\dml_missing_record_exception $e) {
// Expected behaviour!
debugging('Course deleted properly.');
}
$DB->delete_records('tool_cleanupcourses_process', (array) $process);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment