Skip to content

Commit 83d0990

Browse files
committed
Comment out old ETW-related function
To get exactly in sync with the Steam branch. We're using tracelogging now. P4:9151944 (cherry picked from commit 2c238af)
1 parent 434051d commit 83d0990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steamnetworkingsockets/clientlib/steamnetworkingsockets_p2p_webrtc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bool CConnectionTransportP2PICE_WebRTC::SendPacket( const void *pkt, int cbPkt )
6969
if ( !m_pICESession )
7070
return false;
7171

72-
ETW_ICESendPacket( m_connection.m_hConnectionSelf, cbPkt );
72+
//ETW_ICESendPacket( m_connection.m_hConnectionSelf, cbPkt );
7373
if ( !m_pICESession->BSendData( pkt, cbPkt ) )
7474
return false;
7575

0 commit comments

Comments
 (0)