aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
diff options
context:
space:
mode:
authorMelanie2011-05-08 21:36:51 +0200
committerMelanie2011-05-08 22:05:33 +0100
commite345f0389504df9b9cd6fd18ef0c275d3ee8ab0b (patch)
tree92b3ad894e4549e92b07866e33b293f0d54f1a54 /OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-e345f0389504df9b9cd6fd18ef0c275d3ee8ab0b.zip
opensim-SC_OLD-e345f0389504df9b9cd6fd18ef0c275d3ee8ab0b.tar.gz
opensim-SC_OLD-e345f0389504df9b9cd6fd18ef0c275d3ee8ab0b.tar.bz2
opensim-SC_OLD-e345f0389504df9b9cd6fd18ef0c275d3ee8ab0b.tar.xz
Remove a spammy debug I left in. Disable TP cancel button at the point
of no return.
Diffstat (limited to '')
-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 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
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);