X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_watch.php;h=70d540be31808670f7c735c11932763c227e1c80;hp=4fa3d644d3e4a73c41c19a4a651ae67821174a98;hb=911cfc23aaaf80723dd3c33b2c1244070b0cb527;hpb=fc1d0500a21670687b3f81f7e63b627166c5d00f diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 4fa3d644..70d540be 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -195,7 +195,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject if (!method_exists($do,$dom[1])) { continue; } - echo "calling {$watch->medium}\n"; + //echo "calling {$watch->medium}\n"; // the triggered method, can either do something // or modify the notify event.. if ($do->{$dom[1]}($event, $n) !== false) {