Code

Some changes
[gosa.git] / include / class_ldap.inc
index da97d151d546379a911fb3ee5d70e77c2bb71e41..c22730ab1c831e4bdec6e6301d5777e693616ece 100644 (file)
@@ -415,7 +415,6 @@ class LDAP{
             
             /* Add this entry */
             $this->modify($attr);
-            //echo $this->error;
           }
           
         }else{
@@ -446,7 +445,6 @@ class LDAP{
           if(!count($a)){
             $this->add($attr);
           }
-          //echo $this->error;
 
           if($this->error != "Success"){
             /* Some error occured */