]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some old debugging
authormoodler <moodler>
Fri, 22 Sep 2006 15:54:03 +0000 (15:54 +0000)
committermoodler <moodler>
Fri, 22 Sep 2006 15:54:03 +0000 (15:54 +0000)
lib/accesslib.php

index 55f629e5b8c549331b17346000c2679570bf62bb..d4440397d502c41eca098b096cc3d4c58e24ff56 100755 (executable)
@@ -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']) &&