X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_watch.php;h=19275a8793a3050e8b5a781f835d388fe627477e;hp=d8bcc73401de24531ce60f7cbe18f094d697fa5b;hb=3736a3f6140f8886068eff43ada1326509b272cd;hpb=b4366591dcac0efd63b20b84fc018726a87f5d7a diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index d8bcc734..19275a87 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -199,7 +199,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject // the triggered method, can either do something // or modify the notify event.. if ($do->{$dom[1]}($event, $n) !== false) { - echo "method did not return false?"; + //echo "method did not return false?"; continue; } @@ -220,7 +220,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject // we have a item in the queue for that waiting to be sent.. continue; } - echo "inserting notify?"; + //echo "inserting notify?"; $n->act_start( date("Y-m-d H:i:s") ); $n->insert();