From 77d6e9185923451075a9fbaf36dfa5a3d4f05d8b Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 22 Jan 2010 09:44:53 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15249 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_DaemonEvent_notify.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc index 34bf909c4..3765b2f1b 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc @@ -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']); } -- 2.30.2