NotifySend.php
authorEdward <edward@roojs.com>
Wed, 2 Jul 2014 10:00:50 +0000 (18:00 +0800)
committerEdward <edward@roojs.com>
Wed, 2 Jul 2014 10:00:50 +0000 (18:00 +0800)
NotifySend.php

index 0efbed5..e0e48e5 100644 (file)
@@ -477,7 +477,6 @@ class Pman_Core_NotifySend extends Pman
     {
         $m = 'notify'. $notify->evtype;
         //var_dump(get_class($object) . '::' .$m);
-        echo "\n" . $m . "\n";
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";
             return $object->$m($rcpt, $last_sent_date, $notify, $force);