关两个垃圾log

dev_chengFeng
ZhangBiao 2020-09-04 14:35:18 +08:00
parent 8232879006
commit 502fa23bd1
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ end
-- 设置发送状态
function Network:SetSending(isSending)
Log("设置当前请求状态:"..tostring(isSending))
-- Log("设置当前请求状态:"..tostring(isSending))
self.sendFlag = isSending
end
function Network:IsSending()

View File

@ -43,7 +43,7 @@ function this.GetModuleOpen(openId)
local saveValue = PlayerPrefs.GetInt(PlayerManager.uid .. FUNC_OPEN_STR[openId])
local funcOpen = ActTimeCtrlManager.IsQualifiled(openId)
isOpen = saveValue == 0 and funcOpen
Log(string.format("解锁功能ID %s and 状态 %s", openId, tostring(isOpen)))
-- Log(string.format("解锁功能ID %s and 状态 %s", openId, tostring(isOpen)))
return isOpen
end