Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Dec 2006 05:43:03 +0000 (05:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 1 Dec 2006 05:43:03 +0000 (05:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5277 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions_setup.inc

index 43b2d32d80486b2c07c1c33efa29811d02db925e..faac360b257ec876734014312c339e06aaa9f47a 100644 (file)
@@ -786,7 +786,6 @@ function show_setup_page4($withoutput = true)
       }
 
       if((isset($_POST[$key]))&&(!empty($_POST[$key]))) {
-        echo $key." -> ".$_POST[$key]."<br>";
         $_SESSION['ldapconf'][$key] = $_POST[$key];
       } else {
         if($withoutput) {