NotifySend.php
[Pman.Core] / NotifySend.php
index 94036b0..8c5d567 100644 (file)
@@ -476,7 +476,6 @@ class Pman_Core_NotifySend extends Pman
         //var_dump($m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
-            print_r($object);exit;
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }