Comment out SOP logging message I accidentally left in

bulletsim
Justin Clark-Casey (justincc) 2011-07-31 03:41:35 +01:00
parent aea7007533
commit b757583662
1 changed files with 1 additions and 1 deletions

View File

@ -4714,7 +4714,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </remarks>
public void CheckSculptAndLoad()
{
m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId);
// m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId);
if (ParentGroup.IsDeleted)
return;