Code

Removed debug tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 07:16:06 +0000 (07:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 07:16:06 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3310 594d385d-05f5-0310-b6e9-bd551577e9d8

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);