Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Jun 2008 11:23:40 +0000 (11:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Jun 2008 11:23:40 +0000 (11:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11376 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_userinfo.inc

index 07a0c367deba18cf295f9574ab76ac3db14a8195..230bdf131f83a50fd7cd59209183473fb2b460fc 100644 (file)
@@ -455,8 +455,6 @@ class userinfo
     $this->config->get_departments();
     $this->config->make_idepartments();
 
-    print_a(array("DATA " => $module));
-
     foreach($this->ACL as $dn => $infos){
       foreach($infos as $info){
         $found = FALSE;