Remove a spammy debug I left in. Disable TP cancel button at the point

of no return.
This commit is contained in:
Melanie
2011-05-08 21:36:51 +02:00
parent 1be67914fa
commit e345f03895
2 changed files with 2 additions and 2 deletions

View File

@@ -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);