Code

Removed debug code
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Oct 2010 07:02:35 +0000 (07:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Oct 2010 07:02:35 +0000 (07:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19944 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 46d127d352fddc94e0b7fa4c2d29b9b465b91f99..4b11cc4ef9646dd81a47e4936287a2750043719d 100644 (file)
@@ -620,9 +620,7 @@ class plugin
                 $value[] = fillReplacements($this->attrs[$name][$i], $values);
             }
         }
-
         $this->$name = $value; 
-        print_a(array($name => $value));
     }
 
     /* Is Account? */