DataObjects/Core_notify_recur.php
[Pman.Core] / DataObjects / Core_notify_recur.php
index 370b9bd..bd68312 100644 (file)
@@ -82,8 +82,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         // it starts 24 hours ago.. or when dtstart
         
         list($start, $end) = $this->notifytimesRange($advance);
-        print_r('run??');
-        print_r($start, $end);exit;
+        
         if (strtotime($start) > strtotime($end)) {
             return array(); // no data..
         }