Code

removed debug info
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 11:54:55 +0000 (11:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 11:54:55 +0000 (11:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14434 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/tabs_department.inc

index 5ec88b675bba626d030bcaa707fab88ed94ab508..dcb1fef10b1c98730c351b5c5cd4f4481841df55 100644 (file)
@@ -69,8 +69,6 @@ class deptabs extends tabs
     $new_dn   = @LDAP::convert($namingAttr.'='.$value.','.$baseobject->base);
     $old_dn   = @LDAP::convert($namingAttr.'='.$orig_value.','.$baseobject->orig_base);
 
-    print_a(array($new_dn,$old_dn));
-
     if ($this->dn != $new_dn && $this->dn != "new"){
       return(TRUE); 
     }