remove a rogue Console.WriteLine() from the last commit.

0.7.1-dev
Justin Clark-Casey (justincc) 2011-03-23 21:54:02 +00:00
parent d011896341
commit 67cafbd33a
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ namespace OpenSim.Region.CoreModules.World.Land
private void OnParcelPrimCountAdd(SceneObjectGroup obj)
{
Console.WriteLine("WIBBLE");
// If we're tainted already, don't bother to add. The next
// access will cause a recount anyway
lock (m_TaintLock)