Delete debug message

This commit is contained in:
Diva Canto
2013-05-10 08:09:26 -07:00
parent ff0332730d
commit a1031772eb

View File

@@ -71,7 +71,6 @@ namespace OpenSim.Region.ClientStack.Linden
return;
m_URL = config.GetString("Cap_AvatarPickerSearch", string.Empty);
m_log.DebugFormat("[XXX]: Cap_AvatarPickerSearch = {0}", m_URL);
// Cap doesn't exist
if (m_URL != string.Empty)
m_Enabled = true;