Code

updated logging
[gosa.git] / plugins / admin / ogroups / class_termgroup.inc
index b8c1d68dd71aaafd4d2fe7d6c361bbb8944dd13e..a05c6a1c0de4fbb3195d818ada9e9cd70fd6ec28 100644 (file)
@@ -166,12 +166,6 @@ class termgroup extends plugin
         $ldap->cd ($key);
         $ldap->modify($attrs);
         show_ldap_error($ldap->get_error(),sprintf(_("Setting action state (FAIstate) failed for object '%s', value was '%s'."),$key,$action));
-        
-        if(!preg_match("/success/i",$ldap->get_error())) {
-          gosa_log("FAILED !! Updating FAIstate to '".$action."' : ".$key);
-        }else{
-          gosa_log("OK.  Updating FAIstate to '".$action."' : ".$key);
-        }
       }
     }
   }