From ed6d9199ce48c7913cf7b8d084ee2afe922e3045 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 23 Aug 2016 11:52:52 +0100 Subject: coment some debug messages --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 88416e4..fee3bcf 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -5028,7 +5028,7 @@ Label_GroupsDone: public LandData GetLandData(uint x, uint y) { - m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y); +// m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y); ILandObject parcel = LandChannel.GetLandObject((int)x, (int)y); if (parcel == null) return null; -- cgit v1.1