]> git.mjollnir.org Git - moodle.git/commitdiff
One more debugging removed
authormoodler <moodler>
Thu, 28 Sep 2006 08:38:27 +0000 (08:38 +0000)
committermoodler <moodler>
Thu, 28 Sep 2006 08:38:27 +0000 (08:38 +0000)
lib/accesslib.php

index 05f68ef25dbf143a944f14255b07cdb79e705a27..aa469feb4a53a2b516991ee93a57e0ae2063d9ec 100755 (executable)
@@ -490,7 +490,6 @@ function capability_search($capability, $context, $capabilities) {
             error ('This is an unknown context!');
         return false;
     }
-    debugging("Found $capability recursively from context $context->id at level $context->contextlevel: $permission", DEBUG_DEVELOPER);
 
     return $permission;
 }