From 33c1770940128c42c5e2dc1420e62f8f2a10761e Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 21 Nov 2003 12:54:53 +0000 Subject: [PATCH] Whoops forgot a debugging statement --- course/lib.php | 2 -- 1 file changed, 2 deletions(-) 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"; -- 2.39.5