From 2575df2e79d8918ee054d113077b77ce088028d1 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 5 Apr 2007 07:24:15 +0000 Subject: [PATCH] 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 --- plugins/personal/mail/class_mailAccount.inc | 3 --- 1 file changed, 3 deletions(-) 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)); -- 2.30.2