Code

Added fix for non existing fai classes
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index a9b3aff43b5c5f1ed492ce3c2d739b58a746e5c3..94e703c4998e369642d665d91e96f982ce2af250 100644 (file)
@@ -725,8 +725,6 @@ class glpiAccount extends plugin
       unset($attrs['ID']);
       $this->handle = new glpiDB($this->data['SERVER'],$this->data['LOGIN'],$this->data['PASSWORD'],$this->data['DB']);
 
-      print_a($attrs);
-
       /* check if we have to update, add */
       if($this->initialy_was_account&&$this->is_account){
         $this->handle->updateComputerInformations($attrs,$this->orig_dn);