From 6d372f3d9e4762ec607ce73d3be947dd449ec1fc Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 7 Aug 2014 21:37:11 +0100 Subject: [PATCH] remove annoying debug msg . still a lot of spam, but to remove later --- .../CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index a1b17d4e0a..43e03c9270 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs @@ -545,7 +545,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory // so make grid cache be mandatory if (gotbacked) { - m_log.Debug("[ValidateBakedCache] bakedModule cache override"); +// m_log.Debug("[ValidateBakedCache] bakedModule cache override"); sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID; face = sp.Appearance.Texture.FaceTextures[idx];