From 4ed6e78d1a7001196999155e0d00b6197d3dd3ca Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 7 Oct 2008 21:44:29 +0000 Subject: [PATCH] * Comment out debug throttle output that I had accidentally left in --- OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index 5e4879ba85..bf95045199 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs @@ -508,6 +508,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset; + /* m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend + " landbits=" + tLand + " windbits=" + tWind + @@ -516,6 +517,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP " texturebits=" + tTexture + " Assetbits=" + tAsset + " Allbits=" + tall); + */ // Total Sanity