diff options
author | Rider Linden <rider@lindenlab.com> | 2016-01-12 12:12:36 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-01-12 12:12:36 -0800 |
commit | 34fe371bfdeb6fc83818c58660c038c372c0f64a (patch) | |
tree | 6e8cf85e443d44a7e1b824cba6dc3b29ac9a6257 /indra/newview/llvoicevivox.cpp | |
parent | f91e28747594ec0c4ba7dfa527ca3b82687ff2f0 (diff) |
Remove a couple of lines that were spamming the logs.
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rwxr-xr-x | indra/newview/llvoicevivox.cpp | 3 |
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(); |