minor: disable logging in regression test TestClientThrottleSetNoLimit

This commit is contained in:
Justin Clark-Casey (justincc)
2014-10-08 20:54:09 +01:00
parent 9934e2c545
commit af0a851eba

View File

@@ -57,7 +57,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
public void TestClientThrottleSetNoLimit()
{
TestHelpers.InMethod();
TestHelpers.EnableLogging();
// TestHelpers.EnableLogging();
Scene scene = new SceneHelpers().SetupScene();
TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene);