From 2b613c607bb3dcf1e3340c67faec5c0a74bc4ec5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 4 Jul 2019 13:19:09 +0800 Subject: [PATCH] 1 --- webapp/controller/KefuController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 8421cb8..4c9a036 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -285,7 +285,6 @@ class KefuController { return; } if ($this->sendAwardMail($accountid, $awardConfig)) { - error_log(json_encode($awardConfig)); $ret = $conn->execScript("UPDATE accounts SET " . ' awardtime=:awardtime ' . 'WHERE accountid=:accountid; ',