mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
For stat purposes, add names to capability request handlers where these were not set
This commit is contained in:
@@ -144,7 +144,6 @@ namespace OpenSim.Framework.Capabilities
|
||||
public void RegisterHandler(string capName, IRequestHandler handler)
|
||||
{
|
||||
m_capsHandlers[capName] = handler;
|
||||
//m_log.DebugFormat("[CAPS]: Registering handler for \"{0}\": path {1}", capName, handler.Path);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user