1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

Whoops forgot a debugging statement

This commit is contained in:
moodler 2003-11-21 12:54:53 +00:00
parent 0fd7da8138
commit 33c1770940

@ -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";