From: hickert Date: Wed, 10 Mar 2010 12:26:28 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dc9477682ce4fc03b5623c39bab13f981eaf3c32;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16379 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 2f959cea4..6bdd603ca 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -180,8 +180,6 @@ class management $this->snapHandler->setSnapshotBases($bases); } - print_a(userFilter::getFilter()); - // Display list return($this->renderList()); }