删除没用的log

dev_chengFeng
jiaoyangna 2021-12-21 13:10:52 +08:00
parent 2c2d6a5e56
commit f9689bafde
1 changed files with 2 additions and 2 deletions

View File

@ -663,10 +663,10 @@ end
-- 获取当前需要显示的描述文字
function this.GetCurLevelTips()
LogError("GetCurLevelTips")
--LogError("GetCurLevelTips")
for id, config in ConfigPairs(LevelTipsConfig) do
LogError(id)
--LogError(id)
if config.Type == 1 then
if this.CarbonIdCompare(this.GetCurFightId(), config.Parameter) <= 0 then
return config.Desc -- string.format("通关%s%s", mainLevelConfig[config.Parameter].Name, config.Desc)