Comment out SOP logging message I accidentally left in
parent
aea7007533
commit
b757583662
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue