From: hickert Date: Fri, 12 May 2006 07:16:06 +0000 (+0000) Subject: Removed debug tag X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f3e6425aa239e79b4d6fe071df17b4ee7c10010;p=gosa.git Removed debug tag git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3310 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_glpiAccount.inc b/plugins/admin/systems/class_glpiAccount.inc index a9b3aff43..94e703c49 100644 --- a/plugins/admin/systems/class_glpiAccount.inc +++ b/plugins/admin/systems/class_glpiAccount.inc @@ -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);