aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-23 21:54:02 +0000
committerJustin Clark-Casey (justincc)2011-03-23 21:54:02 +0000
commit67cafbd33aeb1038f22aa775cbde96b4c89dd770 (patch)
treec8ad4ec6899da5d68b29111910ddca09c87dbcce /OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
parentAdd generic EventManager.OnObjectAddedToScene and get PrimCountModule to list... (diff)
downloadopensim-SC_OLD-67cafbd33aeb1038f22aa775cbde96b4c89dd770.zip
opensim-SC_OLD-67cafbd33aeb1038f22aa775cbde96b4c89dd770.tar.gz
opensim-SC_OLD-67cafbd33aeb1038f22aa775cbde96b4c89dd770.tar.bz2
opensim-SC_OLD-67cafbd33aeb1038f22aa775cbde96b4c89dd770.tar.xz
remove a rogue Console.WriteLine() from the last commit.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
index 5371aaf..46c7eed 100644
--- a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
@@ -115,7 +115,6 @@ namespace OpenSim.Region.CoreModules.World.Land
115 115
116 private void OnParcelPrimCountAdd(SceneObjectGroup obj) 116 private void OnParcelPrimCountAdd(SceneObjectGroup obj)
117 { 117 {
118 Console.WriteLine("WIBBLE");
119 // If we're tainted already, don't bother to add. The next 118 // If we're tainted already, don't bother to add. The next
120 // access will cause a recount anyway 119 // access will cause a recount anyway
121 lock (m_TaintLock) 120 lock (m_TaintLock)