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 328 local tactics = msg.tactics -- 战术
329 329 local tower = msg.tower
330 330 local team = {}
331   - dump(role.heros)
332   - dump(msg)
333 331 for slot, heroId in pairs(msg.heros) do
334 332 if not role.heros[heroId] then
335 333 return 1
... ...