Browse Source

feat: NG-71: 移除皇冠星级相关配置及代码

kevin 1 year ago
parent
commit
350083e64e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      common/models/EliteLevel.php

+ 0 - 1
common/models/EliteLevel.php

@@ -122,7 +122,6 @@ class EliteLevel extends \common\components\ActiveRecord
         if(!$data){
         if(!$data){
             // 获取信息
             // 获取信息
             $data = self::getAllData();
             $data = self::getAllData();
-            LoggerTool::error(['$data', $data]);
             Yii::$app->cache->set(Cache::ELITE_LEVEL_CONFIG_KEY, $data);
             Yii::$app->cache->set(Cache::ELITE_LEVEL_CONFIG_KEY, $data);
         }
         }
         // i18n转换
         // i18n转换