diff options
author | Melanie | 2011-05-08 21:36:51 +0200 |
---|---|---|
committer | Melanie | 2011-05-08 21:36:51 +0200 |
commit | 1fbf4c83004345891f7e09834a2fc35c33387ed9 (patch) | |
tree | 3160a3ecd7d62a689aeb291369b6973da8196585 /OpenSim/Server | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-1fbf4c83004345891f7e09834a2fc35c33387ed9.zip opensim-SC_OLD-1fbf4c83004345891f7e09834a2fc35c33387ed9.tar.gz opensim-SC_OLD-1fbf4c83004345891f7e09834a2fc35c33387ed9.tar.bz2 opensim-SC_OLD-1fbf4c83004345891f7e09834a2fc35c33387ed9.tar.xz |
Remove a spammy debug I left in. Disable TP cancel button at the point
of no return.
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 55f011a..6d06cb8 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -90,7 +90,6 @@ namespace OpenSim.Server.Handlers.Simulation | |||
90 | 90 | ||
91 | // Next, let's parse the verb | 91 | // Next, let's parse the verb |
92 | string method = (string)request["http-method"]; | 92 | string method = (string)request["http-method"]; |
93 | m_log.DebugFormat("[SIMULATION]: Got verb {0} in HTTP handler", method); | ||
94 | if (method.Equals("PUT")) | 93 | if (method.Equals("PUT")) |
95 | { | 94 | { |
96 | DoAgentPut(request, responsedata); | 95 | DoAgentPut(request, responsedata); |