From 8213d4ad07a9d60de647239fdf49ed903a481b6d Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:41:35 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2