From: hickert Date: Tue, 11 May 2010 09:11:50 +0000 (+0000) Subject: Removed output added for debugging sessions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5d1e2014d4c565f5da6f783c62f2caee2fe86af4;p=gosa.git Removed output added for debugging sessions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18356 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc index aeec8e4ad..99a34440b 100644 --- a/gosa-core/plugins/addons/configViewer/class_configViewer.inc +++ b/gosa-core/plugins/addons/configViewer/class_configViewer.inc @@ -78,7 +78,6 @@ class configViewer extends management $all = $this->config->configRegistry->getAllProperties(); $valid = TRUE; foreach($all as $prop){ - echo $prop->getClass()."::".$prop->getName()."
"; $valid &= $prop->check(); }