From c4924928dc7abdf5caaf67d8d614fe014483a0c5 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 19 Sep 2007 12:48:12 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7330 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_tabs.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/class_tabs.inc b/include/class_tabs.inc index cb9bee89d..10dcf26c9 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -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(); } -- 2.30.2