Removed a debugging line

This commit is contained in:
moodler
2004-08-23 12:09:28 +00:00
parent 64eba17e78
commit 0658c6bb96
-2
View 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;