Code

Sudo update
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Apr 2008 07:00:44 +0000 (07:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Apr 2008 07:00:44 +0000 (07:00 +0000)
-removed debug output

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10265 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc

index 05a1a13d51ef45ad407c25d1275e823d32328833..807315c952c845fd6e9bb6ae32d9ce20803ffec6 100644 (file)
@@ -468,11 +468,8 @@ class sudo extends plugin
     $this->attrs['sudoRunAs']   = array_values($this->attrs['sudoRunAs']);
     $this->attrs['sudoUser']    = array_values($this->attrs['sudoUser']);
     $this->attrs['sudoCommand'] = array_values($this->attrs['sudoCommand']);
-    print_a($this->attrs);
     $this->cleanup();
 
-    print_a($this->attrs);
-
     $ldap = $this->config->get_ldap_link();
     $ldap->cd($this->config->current['BASE']);
     if($this->is_new){