From: moodler Date: Fri, 21 Nov 2003 12:54:53 +0000 (+0000) Subject: Whoops forgot a debugging statement X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33c1770940128c42c5e2dc1420e62f8f2a10761e;p=moodle.git Whoops forgot a debugging statement --- diff --git a/course/lib.php b/course/lib.php index b08ea5c962..0b88f05136 100644 --- a/course/lib.php +++ b/course/lib.php @@ -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";