Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Sep 2007 12:48:12 +0000 (12:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Sep 2007 12:48:12 +0000 (12:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7330 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_tabs.inc

index cb9bee89d25a57f9f2f73761a9743e3d3c9ec99e..10dcf26c92ba6073501357ea4ac8813d0da95fcf 100644 (file)
@@ -184,7 +184,6 @@ class tabs
   function delete()
   {
     /* Check if all plugins will ACK for deletion */
-echo "F";
     foreach (array_reverse($this->by_object) as $key => $obj){
       $reason= $obj->allow_remove();
       if ($reason != ""){
@@ -194,7 +193,6 @@ echo "F";
     }
 
     /* Delete for all plugins */
-echo "F";
     foreach (array_reverse($this->by_object) as $obj){
       $obj->remove_from_parent();
     }