diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index 7a0a74041d..2e1c0565bf 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -420,8 +420,6 @@ namespace OpenRA.Server public static void DropClient(Connection toDrop, Exception e) { - Log.Write("server", "Client dropped: {0}.", toDrop.socket.RemoteEndPoint); - conns.Remove(toDrop); SendChat(toDrop, "Connection Dropped");