From 34fe371bfdeb6fc83818c58660c038c372c0f64a Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 12 Jan 2016 12:12:36 -0800 Subject: Remove a couple of lines that were spamming the logs. --- indra/newview/llvoicevivox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'indra') 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(); -- cgit v1.2.3