diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 7e40a4f..7ea2e47 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -134,7 +134,6 @@ class PayController { )); die(); } - error_log(base64_decode($response)); $xmlobj = new \SimpleXMLElement(base64_decode($response)); if ($xmlobj->RespCode == '0000') { $conn = $this->getMysql($_REQUEST['account_id']);