diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-20 17:14:00 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-20 17:14:00 -0700 |
commit | 7560bd0be2c4fbbe9bd9d3b218704229573fb5bc (patch) | |
tree | 6f046b0e6a262ecb4fcb3224d2ba85249bd56eb6 | |
parent | 45ebc5867a745dd4a746694317d715cbcead0871 (diff) |
removed unnecessary comment
-rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index 1ea5ef2670..4c3ab11623 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -556,7 +556,6 @@ void LLWebRTCVoiceClient::voiceConnectionCoro() return; } sessionState::processSessionStates(); - //sessionState::processSessionStates(); if (mProcessChannels && voiceEnabled && !mHidden) { sendPositionUpdate(false); |