From d4dcae0ac9af5adee85c56b6d55024132272b15c Mon Sep 17 00:00:00 2001
From: andreykproductengine <akleshchev@productengine.com>
Date: Thu, 2 Oct 2014 16:37:59 +0300
Subject: [PATCH] MAINT-4501 FIXED Viewer spams error message if it can't find
 an audio device

---
 indra/newview/llviewerobject.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 33b442815da..78e9216f613 100755
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -5182,7 +5182,6 @@ void LLViewerObject::setAttachedSound(const LLUUID &audio_uuid, const LLUUID& ow
 {
 	if (!gAudiop)
 	{
-		LL_WARNS("AudioEngine") << "LLAudioEngine instance doesn't exist!" << LL_ENDL;
 		return;
 	}
 	
-- 
GitLab