Skip to content

Commit

Permalink
Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
trippyone committed Jun 17, 2024
1 parent 6ba6709 commit bdda804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fika.Core/Networking/FikaServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ public void OnNetworkReceiveUnconnected(IPEndPoint remoteEndPoint, NetPacketRead
resp.Put(data);
_netServer.SendUnconnectedMessage(resp, remoteEndPoint);
NetManagerUtils.StopServerStunQuery();
EFT.UI.ConsoleScreen.Log("received fika.keepalive");
break;

default:
Expand Down

0 comments on commit bdda804

Please sign in to comment.