删除没用的log
parent
2c2d6a5e56
commit
f9689bafde
|
@ -663,10 +663,10 @@ end
|
||||||
|
|
||||||
-- 获取当前需要显示的描述文字
|
-- 获取当前需要显示的描述文字
|
||||||
function this.GetCurLevelTips()
|
function this.GetCurLevelTips()
|
||||||
LogError("GetCurLevelTips")
|
--LogError("GetCurLevelTips")
|
||||||
|
|
||||||
for id, config in ConfigPairs(LevelTipsConfig) do
|
for id, config in ConfigPairs(LevelTipsConfig) do
|
||||||
LogError(id)
|
--LogError(id)
|
||||||
if config.Type == 1 then
|
if config.Type == 1 then
|
||||||
if this.CarbonIdCompare(this.GetCurFightId(), config.Parameter) <= 0 then
|
if this.CarbonIdCompare(this.GetCurFightId(), config.Parameter) <= 0 then
|
||||||
return config.Desc -- string.format("通关%s,%s", mainLevelConfig[config.Parameter].Name, config.Desc)
|
return config.Desc -- string.format("通关%s,%s", mainLevelConfig[config.Parameter].Name, config.Desc)
|
||||||
|
|
Loading…
Reference in New Issue