comment a large debug message

This commit is contained in:
UbitUmarov
2015-09-04 19:41:27 +01:00
parent 9aaaf705f5
commit 1c93be198b

View File

@@ -65,7 +65,7 @@ namespace OpenSim.Capabilities.Handlers
protected override byte[] ProcessRequest(string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
{
m_log.DebugFormat("[GET_DISPLAY_NAMES]: called {0}", httpRequest.Url.Query);
// m_log.DebugFormat("[GET_DISPLAY_NAMES]: called {0}", httpRequest.Url.Query);
NameValueCollection query = HttpUtility.ParseQueryString(httpRequest.Url.Query);
string[] ids = query.GetValues("ids");