From 20623f8878b59c6274e8ef0b42c58cef737ac49c Mon Sep 17 00:00:00 2001 From: trippyone <137233897+trippyone@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:17:05 -0400 Subject: [PATCH] Remove debug log --- Fika.Core/Networking/LiteNetLib/NatPunchModule.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Fika.Core/Networking/LiteNetLib/NatPunchModule.cs b/Fika.Core/Networking/LiteNetLib/NatPunchModule.cs index e153af8d..46a67f0b 100644 --- a/Fika.Core/Networking/LiteNetLib/NatPunchModule.cs +++ b/Fika.Core/Networking/LiteNetLib/NatPunchModule.cs @@ -282,8 +282,6 @@ private void OnNatPunch(NatPunchPacket req, IPEndPoint senderEndPoint) //Read info NetDebug.Write(NetLogLevel.Trace, $"[NAT] punch received from {senderEndPoint} - additional info: {req.Token}"); - Console.WriteLine($"[NAT] punch received from {senderEndPoint} - additional info: {req.Token}"); - //Release punch success to client; enabling him to Connect() to Sender if token is ok if (UnsyncedEvents) {