aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps
diff options
context:
space:
mode:
authorDiva Canto2013-05-10 08:09:26 -0700
committerDiva Canto2013-05-10 08:09:26 -0700
commita1031772ebc240a3cda9cb8dcf581678be4b2143 (patch)
tree3340b1e59122db3d85cff1242ebb1e22972ac8af /OpenSim/Region/ClientStack/Linden/Caps
parentImplement delete key for local console (diff)
downloadopensim-SC_OLD-a1031772ebc240a3cda9cb8dcf581678be4b2143.zip
opensim-SC_OLD-a1031772ebc240a3cda9cb8dcf581678be4b2143.tar.gz
opensim-SC_OLD-a1031772ebc240a3cda9cb8dcf581678be4b2143.tar.bz2
opensim-SC_OLD-a1031772ebc240a3cda9cb8dcf581678be4b2143.tar.xz
Delete debug message
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs
index d7af1f2..9f2aed0 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs
@@ -71,7 +71,6 @@ namespace OpenSim.Region.ClientStack.Linden
71 return; 71 return;
72 72
73 m_URL = config.GetString("Cap_AvatarPickerSearch", string.Empty); 73 m_URL = config.GetString("Cap_AvatarPickerSearch", string.Empty);
74 m_log.DebugFormat("[XXX]: Cap_AvatarPickerSearch = {0}", m_URL);
75 // Cap doesn't exist 74 // Cap doesn't exist
76 if (m_URL != string.Empty) 75 if (m_URL != string.Empty)
77 m_Enabled = true; 76 m_Enabled = true;