diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 5469ec0f5c9c91cbbd91e1b2989315195c894d56..d672650658599c1ebe175f06b00d65757a3b2f3b 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -116,7 +116,7 @@ void LLPluginClassMedia::reset()
 	mMediaHeight = 0;
 	mDirtyRect = LLRect::null;
 	mAutoScaleMedia = false;
-	mRequestedVolume = 1.0f;
+	mRequestedVolume = 0.0f;
 	mPriority = PRIORITY_NORMAL;
 	mLowPrioritySizeLimit = LOW_PRIORITY_TEXTURE_SIZE_DEFAULT;
 	mAllowDownsample = false;
@@ -1456,8 +1456,6 @@ void LLPluginClassMedia::setVolume(float volume)
 
 		LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA_TIME, "set_volume");
 
-		LL_INFOS() << "@@@@@@@@@@ volume is " << volume << LL_ENDL;
-
 		message.setValueReal("volume", volume);
 
 		sendMessage(message);