From 911cfc23aaaf80723dd3c33b2c1244070b0cb527 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Sep 2013 14:45:15 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2