From: moodler Date: Thu, 12 Aug 2004 11:24:33 +0000 (+0000) Subject: Removed some spurious debug statements X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e7a80e32c995915f2dc45f80c8ba377f6e8a3e05;p=moodle.git Removed some spurious debug statements --- 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());