Code

Removed debug code i don't wanted to check it in
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Apr 2007 07:24:15 +0000 (07:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Apr 2007 07:24:15 +0000 (07:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5989 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

index 77e85bd1e6f6f449f4dca2d99104ed656b938896..015f7e7b21f1026772034404424ef3f3b90eecc8 100644 (file)
@@ -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));