DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:07:18 +0000 (19:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 11:07:18 +0000 (19:07 +0800)
DataObjects/Core_watch.php

index 7e54439..12b102b 100644 (file)
@@ -108,7 +108,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
     // static really...
     function notifyEvent($event)
     {
-        DB_DataObject::DebugLevel(1);
+        //DB_DataObject::DebugLevel(1);
         // see if there are any watches on events..
         // notify everyone flagged except the person doing it...
         // this is very basic logic... -