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; ',