mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Delete some stray spew
I guess it's been here for 4 years
This commit is contained in:
@@ -1399,7 +1399,6 @@ void CSteamNetworkingICESession::OnPacketReceived( const RecvPktInfo_t &info )
|
||||
{
|
||||
if ( FindAttributeOfType( vecAttrs.Base(), vecAttrs.Count(), k_nSTUN_Attr_UseCandidate ) )
|
||||
{
|
||||
SpewMsg( "UseCandidate was set!" );
|
||||
if ( pThisPair->m_nState == kICECandidatePairState_Succeeded
|
||||
&& ( m_pSelectedCandidatePair == nullptr || m_pSelectedCandidatePair == pThisPair ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user