From: hickert Date: Fri, 22 Jan 2010 09:44:53 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=77d6e9185923451075a9fbaf36dfa5a3d4f05d8b;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15249 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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']); }