From bb947c6d2baf18f8a8ad547eea2eade7ba6bc25e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 12 Dec 2022 14:24:51 +0800 Subject: [PATCH] 1 --- webapp/controller/RankingController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/RankingController.class.php b/webapp/controller/RankingController.class.php index 10139fcf..606e0ce4 100644 --- a/webapp/controller/RankingController.class.php +++ b/webapp/controller/RankingController.class.php @@ -279,7 +279,6 @@ class RankingController extends BaseAuthedController { private function calcCECSeasonAward($seasonId){ $data = SeasonRanking::getDataBySeasonId($seasonId); - error_log(json_encode($data)); $rewardParamMeta = \mt\Parameter::getByName('rank_ring_reward'); $rewardParamMetaValue = $rewardParamMeta ? $rewardParamMeta['param_value'] : ''; $rewardList = explode('|',$rewardParamMetaValue);