去掉无用日志

This commit is contained in:
fatiao 2025-04-07 19:21:47 +08:00
parent 85598094c6
commit 2a626dd714

View File

@ -568,7 +568,7 @@ function LuaBattleMgr:StartSyncServerTimeTimer()
end
function LuaBattleMgr:SendGetServerTimeReq()
LogError("LuaBattleMgr enter ... SendGetServerTimeReq")
--LogError("LuaBattleMgr enter ... SendGetServerTimeReq")
ManagerContainer.NetManager:SendMessage(ProtoMsgId.CS_GET_SERVER_TIME_REQ, {})
end