summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llvoicevivox.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index e2bb212a52..741e6408d0 100755
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -995,7 +995,7 @@ bool LLVivoxVoiceClient::retrieveVoiceFonts()
bool LLVivoxVoiceClient::requestParcelVoiceInfo()
{
- LL_INFOS("Voice") << "Requesting voice info for Parcel" << LL_ENDL;
+ //_INFOS("Voice") << "Requesting voice info for Parcel" << LL_ENDL;
LLViewerRegion * region = gAgent.getRegion();
if (region == NULL || !region->capabilitiesReceived())
@@ -1337,7 +1337,6 @@ bool LLVivoxVoiceClient::waitForChannel()
do
{
- LL_INFOS("Voice") << "Waiting for channel" << LL_ENDL;
mIsProcessingChannels = true;
llcoro::suspend();