From: moodler Date: Fri, 22 Sep 2006 15:54:03 +0000 (+0000) Subject: Removed some old debugging X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=96fc0072b4be69045aed877b058dc26ae5fae072;p=moodle.git Removed some old debugging --- diff --git a/lib/accesslib.php b/lib/accesslib.php index 55f629e5b8..d4440397d5 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -1747,8 +1747,6 @@ function update_capabilities($component='moodle') { return false; } - global $db; - $db->debug= 999; // Do we need to assign the new capabilities to roles that have the // legacy capabilities moodle/legacy:* as well? if (isset($capdef['legacy']) && is_array($capdef['legacy']) &&