Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"

Some other stuff snuck in.

This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
This commit is contained in:
Melanie
2010-05-27 19:02:20 +01:00
parent 6b6425aa5e
commit a48d7f62a7
4 changed files with 16 additions and 28 deletions

View File

@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// the bucket, otherwise false</returns>
public bool RemoveTokens(int amount, out bool dripSucceeded)
{
if (true) //maxBurst == 0)
if (maxBurst == 0)
{
dripSucceeded = true;
return true;