NotifySend.php
authorEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:28:31 +0000 (15:28 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Jan 2014 07:28:31 +0000 (15:28 +0800)
NotifySend.php

index cfbfa2c..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($notify->evtype);
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }