From: hickert Date: Thu, 5 Apr 2007 07:24:15 +0000 (+0000) Subject: Removed debug code i don't wanted to check it in X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2575df2e79d8918ee054d113077b77ce088028d1;p=gosa.git Removed debug code i don't wanted to check it in git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5989 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index 77e85bd1e..015f7e7b2 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -673,9 +673,6 @@ class mailAccount extends plugin $ldap->cd($this->dn); $this->cleanup(); - print_a($this->attrs); - exit(); - $ldap->modify ($this->attrs); show_ldap_error($ldap->get_error(), sprintf(_("Removing of user/mail account with dn '%s' failed."),$this->dn));