Commit 5b4f6d344560b9f81ba04a22a88f6a18665fbf85

Authored by liuzujun
1 parent d99a4962

去除调试日志

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/actions/HangAction.lua
@@ -328,8 +328,6 @@ function _M.roleFormatRpc(agent , data) @@ -328,8 +328,6 @@ function _M.roleFormatRpc(agent , data)
328 local tactics = msg.tactics -- 战术 328 local tactics = msg.tactics -- 战术
329 local tower = msg.tower 329 local tower = msg.tower
330 local team = {} 330 local team = {}
331 - dump(role.heros)  
332 - dump(msg)  
333 for slot, heroId in pairs(msg.heros) do 331 for slot, heroId in pairs(msg.heros) do
334 if not role.heros[heroId] then 332 if not role.heros[heroId] then
335 return 1 333 return 1