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 --- .../ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Land') diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs index 551947b..b632146 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Land/LandServiceInConnectorModule.cs @@ -126,8 +126,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Land public LandData GetLandData(UUID scopeID, ulong regionHandle, uint x, uint y, out byte regionAccess) { - m_log.DebugFormat("[LAND IN CONNECTOR]: GetLandData for {0}. Count = {1}", - regionHandle, m_Scenes.Count); +// m_log.DebugFormat("[LAND IN CONNECTOR]: GetLandData for {0}. Count = {1}", +// regionHandle, m_Scenes.Count); uint rx = 0, ry = 0; Util.RegionHandleToWorldLoc(regionHandle, out rx, out ry); @@ -146,7 +146,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Land t += s.RegionInfo.RegionSizeY; if( ry < t) { - m_log.Debug("[LAND IN CONNECTOR]: Found region to GetLandData from"); +// m_log.Debug("[LAND IN CONNECTOR]: Found region to GetLandData from"); regionAccess = s.RegionInfo.AccessLevel; return s.GetLandData(x, y); } -- cgit v1.1