remove a rogue Console.WriteLine() from the last commit.
parent
d011896341
commit
67cafbd33a
|
@ -115,7 +115,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||||
|
|
||||||
private void OnParcelPrimCountAdd(SceneObjectGroup obj)
|
private void OnParcelPrimCountAdd(SceneObjectGroup obj)
|
||||||
{
|
{
|
||||||
Console.WriteLine("WIBBLE");
|
|
||||||
// If we're tainted already, don't bother to add. The next
|
// If we're tainted already, don't bother to add. The next
|
||||||
// access will cause a recount anyway
|
// access will cause a recount anyway
|
||||||
lock (m_TaintLock)
|
lock (m_TaintLock)
|
||||||
|
|
Loading…
Reference in New Issue