From ca26583e6bfdc9aa62e917a736f52ed5fdac75cd Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 4 Jul 2013 15:17:06 -0700 Subject: Delete some verbose debug messages --- .../Framework/GridServiceThrottle/GridServiceThrottleModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules/Framework/GridServiceThrottle') diff --git a/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs b/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs index 5511fea..a662731 100644 --- a/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs +++ b/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs @@ -108,7 +108,7 @@ namespace OpenSim.Region.CoreModules.Framework public void OnRegionHandleRequest(IClientAPI client, UUID regionID) { - m_log.DebugFormat("[GRIDSERVICE THROTTLE]: RegionHandleRequest {0}", regionID); + //m_log.DebugFormat("[GRIDSERVICE THROTTLE]: RegionHandleRequest {0}", regionID); ulong handle = 0; if (IsLocalRegionHandle(regionID, out handle)) { -- cgit v1.1