From: edward Date: Wed, 26 Oct 2016 06:49:07 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cae03e11600ceee669badda86396e76127d225d4 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 41c895c4..4851828e 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -358,7 +358,6 @@ class Pman_Core_NotifySend extends Pman $core_domain = DB_DataObject::factory('core_domain'); if(!$core_domain->get('domain', $dom)){ - print_r($core_domain);exit; $core_domain = DB_DataObject::factory('core_domain'); $core_domain->setFrom(array( 'domain' => $dom