无用log删除

dev_chengFeng
gaoxin 2020-07-31 18:04:11 +08:00
parent 75fc98d59e
commit a4bcead414
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function this:BtnClickEvent()
if curSelectHero then
--LogError("monsterData.sortId,curSelectHero.dynamicId "..monsterData.sortId.." "..curSelectHero.id)
NetManager.HeroNodeRequest(monsterData.sortId,curSelectHero.id,function (msg)
LogError("#msg.drop.Hero "..#msg.drop.Hero)
-- LogError("#msg.drop.Hero "..#msg.drop.Hero)
if msg.drop and msg.drop.Hero and msg.drop.Hero[1] then
ExpeditionManager.UpdateHeroDatas(msg.drop.Hero[1])
end