mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Remove a spammy debug I left in. Disable TP cancel button at the point
of no return.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user