okay stop logging these now

This commit is contained in:
JohnCorby 2025-02-25 02:41:41 -08:00
parent a4638861e3
commit 9174fd8bca

View File

@ -261,11 +261,6 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
{
_steamTransport.Log = s => DebugLog.DebugWrite("[Steam] " + s);
// temp
_steamTransport.OnClientDataReceived += (bytes, i) => DebugLog.DebugWrite($"[Steam] RECV {i} {bytes.Count}");
_steamTransport.OnServerDataReceived += (conn, bytes, i) => DebugLog.DebugWrite($"[Steam] RECV {conn} {i} {bytes.Count}");
_steamTransport.OnClientDataSent += (bytes, i) => DebugLog.DebugWrite($"[Steam] SEND {i} {bytes.Count}");
_steamTransport.OnServerDataSent += (conn, bytes, i) => DebugLog.DebugWrite($"[Steam] SEND {conn} {i} {bytes.Count}");
}
{
kcp2k.Log.Info = s =>