From e7a80e32c995915f2dc45f80c8ba377f6e8a3e05 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 12 Aug 2004 11:24:33 +0000 Subject: [PATCH] Removed some spurious debug statements --- course/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/course/lib.php b/course/lib.php index 28b1d64bfc..ac0603922d 100644 --- a/course/lib.php +++ b/course/lib.php @@ -494,14 +494,12 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per $totalcount = 0; // Initialise - $db->debug = true; if (!$logs = get_logs($selector, $order, $page*$perpage, $perpage, $totalcount)) { notify("No logs found!"); print_footer($course); exit; } - $db->debug = false; $count=0; $ldcache = array(); $tt = getdate(time()); -- 2.39.5