Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Aug 2006 04:16:11 +0000 (04:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Aug 2006 04:16:11 +0000 (04:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4536 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiHook.inc

index 1075c5139e6b8b8780752de555bf2b448b301681..b13927b7bd6629a0bae16cf2920b5ff8c1ca9539 100644 (file)
@@ -171,8 +171,6 @@ class faiHook extends plugin
     }
     ///// Ende new list handling
 
-    print_a($this->SubObjects);
-
     /* Add new sub object */
     if(isset($_POST['AddSubObject'])){
       $this->dialog= new $this->subClassName($this->config,"new");