From b1a7a234d7e4f34d9a87e3aa83f32ccb0c7249a6 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Tue, 12 Nov 2024 17:48:12 +0800 Subject: [PATCH] log --- .../Assets/Script/NesEmulator/CoreSupporter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs index 5f661333..1d325f01 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs @@ -123,8 +123,8 @@ namespace AxibugEmuOnline.Client } else { - App.log.Error($"Server Lag remoteFrame->{App.roomMgr.netReplay.mRemoteFrameIdx} diff->{frameDiff} " + - $"frame=>{replayData.FrameStartID} InPut=>{replayData.InPut}"); + //App.log.Error($"Server Lag remoteFrame->{App.roomMgr.netReplay.mRemoteFrameIdx} diff->{frameDiff} " + + // $"frame=>{replayData.FrameStartID} InPut=>{replayData.InPut}"); m_sampledState = default; } }