Commit 627305b84f1d871f6cc061d51657a975653b6222
1 parent
c75ce249
删除没用的代码
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/actions/AdvAction.lua
... | ... | @@ -174,7 +174,6 @@ function _M.startAdvRpc( agent, data ) |
174 | 174 | role:checkTaskEnter("AdvStart", {id = chapterId}) |
175 | 175 | role:checkTaskEnter("AdvStartSelf", {id = chapterId}) |
176 | 176 | role:getAdvData():popBackEvents() -- 清一下事件 |
177 | - role:getAdvData():log({desc = "start", int1 = supportIdx}) | |
178 | 177 | |
179 | 178 | SendPacket(actionCodes.Adv_startAdvRpc, '') |
180 | 179 | return true | ... | ... |