From 1bd76de00a584e83150a7f99979459e5ea78b135 Mon Sep 17 00:00:00 2001 From: Fletcher Dunn Date: Sun, 17 May 2026 20:02:24 -0700 Subject: [PATCH] Delete some stray spew I guess it's been here for 4 years (cherry picked from commit 5888b141c2f3ea970d014dd38ab253995b13c8a2) --- .../clientlib/steamnetworkingsockets_ice_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/steamnetworkingsockets/clientlib/steamnetworkingsockets_ice_client.cpp b/src/steamnetworkingsockets/clientlib/steamnetworkingsockets_ice_client.cpp index 2924300..0daab6a 100644 --- a/src/steamnetworkingsockets/clientlib/steamnetworkingsockets_ice_client.cpp +++ b/src/steamnetworkingsockets/clientlib/steamnetworkingsockets_ice_client.cpp @@ -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 ) ) {