Code

Followup commit for r13801: Remove var_dump
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Jun 2009 11:33:25 +0000 (11:33 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Jun 2009 11:33:25 +0000 (11:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13804 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-core/plugins/admin/groups/class_groupManagement.inc

index c2ea563e850a1845d0e9ebe9996752be18a80ff4..81c8bb8f9b826cd101051c553b9ca7dbbc23acdb 100644 (file)
@@ -56,7 +56,6 @@ class groupManagement extends plugin
       $this->ShowPrimaryCheckBox = true;
     }
 
-    echo "<pre>" . var_dump($this) . "</pre><br>";
     /* Create dialog object */
     $this->DivListGroup = new divListGroup($this->config,$this);
     $this->DivListGroup->DisableCheckBox("ShowPrimaryGroups",$this->ShowPrimaryCheckBox);