For stat purposes, add names to capability request handlers where these were not set

This commit is contained in:
Justin Clark-Casey (justincc)
2013-07-08 22:39:07 +01:00
parent dc54581700
commit 013710168b
5 changed files with 20 additions and 11 deletions

View File

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