From: cajus Date: Fri, 22 Jan 2010 11:09:16 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ed9b1739e716b327ca773724ebcfec83eb2904b;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15257 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 9ffb82369..153c0380f 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -1221,7 +1221,6 @@ class listing { // Replace %acl if available if ($classes) { $otype= $this->getObjectType($this->objectTypes, $classes); - echo "ACL replace: $module/".$otype['category']."
"; $acl= str_replace('%acl', $module."/".$otype['category']); }