Removed debug message in the token bucket code

This commit is contained in:
Mic Bowman
2011-04-25 16:13:16 -07:00
parent 13f141a4d5
commit b9bca893ef

View File

@@ -365,7 +365,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (m_enabled)
{
m_log.WarnFormat("[TOKENBUCKET] Adaptive throttle enabled");
// m_log.DebugFormat("[TOKENBUCKET] Adaptive throttle enabled");
MaxDripRate = maxDripRate;
AdjustedDripRate = m_minimumFlow;
}