DataObjects/Core_watch.php
authorChris <chris@roojs.com>
Tue, 3 Sep 2013 06:45:15 +0000 (14:45 +0800)
committerChris <chris@roojs.com>
Tue, 3 Sep 2013 06:45:15 +0000 (14:45 +0800)
DataObjects/Core_watch.php

index 4fa3d64..70d540b 100644 (file)
@@ -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) {