Comment out debug message for animation overrides

This commit is contained in:
lickx
2025-05-04 17:15:09 +02:00
parent 79d20b92fb
commit 14d4d4e138

View File

@@ -64,7 +64,7 @@ namespace OpenSim.Region.Framework.Scenes
return;
}
m_log.DebugFormat("Setting override for {0} to {1}", state, animID);
//m_log.DebugFormat("Setting override for {0} to {1}", state, animID);
lock (MAOLock)
m_overrides[state] = animID;