Removed debug message in the token bucket code

bulletsim
Mic Bowman 2011-04-25 16:13:16 -07:00
parent 13f141a4d5
commit b9bca893ef
1 changed files with 1 additions and 1 deletions

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;
}