comment out further debug line in BaseHttpServer

prebuild-update
Justin Clark-Casey (justincc) 2010-07-27 22:51:57 +01:00
parent b149d8970e
commit a349703279
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ namespace OpenSim.Framework.Servers.HttpServer
string path = request.RawUrl;
string handlerKey = GetHandlerKey(request.HttpMethod, path);
m_log.DebugFormat("[BASE HTTP SERVER]: Handling {0} request for {1}", request.HttpMethod, path);
// m_log.DebugFormat("[BASE HTTP SERVER]: Handling {0} request for {1}", request.HttpMethod, path);
if (TryGetStreamHandler(handlerKey, out requestHandler))
{