From: hickert Date: Wed, 19 Sep 2007 12:48:12 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c4924928dc7abdf5caaf67d8d614fe014483a0c5;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7330 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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(); }