mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Whoops forgot a debugging statement
This commit is contained in:
parent
0fd7da8138
commit
33c1770940
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ function print_recent_activity($course) {
|
|||
|
||||
$mods = get_records("modules", "visible", "1", "name", "id, name");
|
||||
|
||||
print_object($mods);
|
||||
|
||||
foreach ($mods as $mod) { // Each module gets it's own logs and prints them
|
||||
include_once("$CFG->dirroot/mod/$mod->name/lib.php");
|
||||
$print_recent_activity = $mod->name."_print_recent_activity";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue