minor: Comment out AvatarPicketSearch caps log message for now, which is occuring on every login and entity transfer

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-14 23:22:20 +01:00
parent 73e3ca670d
commit 104626d732
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace OpenSim.Region.ClientStack.Linden
if (m_URL == "localhost")
{
m_log.DebugFormat("[AVATAR PICKER SEARCH]: /CAPS/{0} in region {1}", capID, m_scene.RegionInfo.RegionName);
// m_log.DebugFormat("[AVATAR PICKER SEARCH]: /CAPS/{0} in region {1}", capID, m_scene.RegionInfo.RegionName);
caps.RegisterHandler(
"AvatarPickerSearch",
new AvatarPickerSearchHandler("/CAPS/" + capID + "/", m_People, "AvatarPickerSearch", "Search for avatars by name"));