]> git.mjollnir.org Git - moodle.git/commitdiff
Removed a debugging line
authormoodler <moodler>
Mon, 23 Aug 2004 12:09:28 +0000 (12:09 +0000)
committermoodler <moodler>
Mon, 23 Aug 2004 12:09:28 +0000 (12:09 +0000)
enrol/enrol.class.php

index 2576510383d256b5c08b19de76407133dae32a29..2bdbecc3c7720d28b2d7a2b52fcef1344a2001a5 100644 (file)
@@ -261,8 +261,6 @@ function process_config($config) {
 
     $return = true;
 
-    print_object($config);
-
     foreach ($config as $name => $value) {
         if (!set_config($name, $value)) {
             $return = false;