From e345f0389504df9b9cd6fd18ef0c275d3ee8ab0b Mon Sep 17 00:00:00 2001 From: Melanie Date: Sun, 8 May 2011 21:36:51 +0200 Subject: Remove a spammy debug I left in. Disable TP cancel button at the point of no return. --- OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Server/Handlers') diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index d52750b..21b26df 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -90,7 +90,6 @@ namespace OpenSim.Server.Handlers.Simulation // Next, let's parse the verb string method = (string)request["http-method"]; - m_log.DebugFormat("[SIMULATION]: Got verb {0} in HTTP handler", method); if (method.Equals("PUT")) { DoAgentPut(request, responsedata); -- cgit v1.1