remove annoying debug msg . still a lot of spam, but to remove later

avinationmerge
UbitUmarov 2014-08-07 21:37:11 +01:00
parent f788947594
commit 6d372f3d9e
1 changed files with 1 additions and 1 deletions

View File

@ -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];