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) {