Prune some of the excess logging for client logins.

Didn't touch the appearance related stuff.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-18 00:25:24 +00:00
parent 523628dca3
commit c544f0d0c5
7 changed files with 12 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
{
UUID capID = UUID.Random();
m_log.Info("[GETMESH]: /CAPS/" + capID);
// m_log.Info("[GETMESH]: /CAPS/" + capID);
caps.RegisterHandler("GetMesh",
new RestHTTPHandler("GET", "/CAPS/" + capID,
delegate(Hashtable m_dhttpMethod)