From: Edward Date: Wed, 26 Jun 2013 04:41:35 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8213d4ad07a9d60de647239fdf49ed903a481b6d DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 2c241420..71e9ef51 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -70,7 +70,6 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $c->autoJoin(); if ($c->get($this->onid)) { - print_r($c);exit; return $c; } return false;