Code

Removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 09:44:53 +0000 (09:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 09:44:53 +0000 (09:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15249 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc

index 34bf909c435df6b9f293e0ec8b7b5bde7ae122c5..3765b2f1bf6b1d5a0f2fed715aead4a8993b2291 100644 (file)
@@ -185,7 +185,6 @@ class DaemonEvent_notify extends DaemonEvent
    */
   public function add_targets($targets)
   {
-    print_a($targets);
     if(isset($targets['USERS'])){
       $this->add_users($targets['USERS']);
     }