aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
diff options
context:
space:
mode:
authorMelanie2011-05-08 21:36:51 +0200
committerMelanie2011-05-08 21:36:51 +0200
commit1fbf4c83004345891f7e09834a2fc35c33387ed9 (patch)
tree3160a3ecd7d62a689aeb291369b6973da8196585 /OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-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/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs1
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);