diff --git a/webapp/controller/EventRankingController.class.php b/webapp/controller/EventRankingController.class.php index d048a77a..bf700bd8 100644 --- a/webapp/controller/EventRankingController.class.php +++ b/webapp/controller/EventRankingController.class.php @@ -212,7 +212,6 @@ class EventRankingController extends BaseAuthedController 'rows' => $rankingList, 'my_ranked' => $this->myRanked ); - error_log("*************************************"); error_log(json_encode( array( 'account_id'=>$userInfo['account_id'], @@ -224,7 +223,6 @@ class EventRankingController extends BaseAuthedController ) )); return $rankingData; -// print_r($rankingData);die; } private function paginate($rows,$page,$size){ diff --git a/webapp/controller/GunController.class.php b/webapp/controller/GunController.class.php index c4143bca..b100b9ed 100644 --- a/webapp/controller/GunController.class.php +++ b/webapp/controller/GunController.class.php @@ -560,8 +560,6 @@ class GunController extends BaseAuthedController { } $newGunDb = Gun::find($gunUniId); $newGun = Gun::toDto($newGunDb); - $rankActivityService = new services\RankActivityService(); - $rankActivityService->heroUpgradeLevel($gunDb['gun_lv'] + 1); } { diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 9f230d0b..d1616288 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -325,8 +325,6 @@ class HeroController extends BaseAuthedController { } $newHeroDb = Hero::find($heroUniId); $newHero = Hero::toDto($newHeroDb); - $rankActivityService = new services\RankActivityService(); - $rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1); } { //埋点