diff options
Remove debug output i left in
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 9f1ea4d..aca3ea5 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -1949,7 +1949,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
1949 | 1949 | ||
1950 | NameValueCollection query = HttpUtility.ParseQueryString(httpRequest.Url.Query); | 1950 | NameValueCollection query = HttpUtility.ParseQueryString(httpRequest.Url.Query); |
1951 | string[] ids = query.GetValues("ids"); | 1951 | string[] ids = query.GetValues("ids"); |
1952 | m_log.DebugFormat("[DISPLAYNAMES]: Request for {0} names", ids.Length); | ||
1953 | 1952 | ||
1954 | Dictionary<UUID,string> names = m_UserManager.GetUsersNames(ids, m_scopeID); | 1953 | Dictionary<UUID,string> names = m_UserManager.GetUsersNames(ids, m_scopeID); |
1955 | StringBuilder lsl = LLSDxmlEncode.Start(names.Count * 256 + 256); | 1954 | StringBuilder lsl = LLSDxmlEncode.Start(names.Count * 256 + 256); |
@@ -1995,7 +1994,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
1995 | } | 1994 | } |
1996 | 1995 | ||
1997 | LLSDxmlEncode.AddEndMap(lsl); | 1996 | LLSDxmlEncode.AddEndMap(lsl); |
1998 | m_log.DebugFormat("[DISPLAYNAMES]: Returned {0} names", ct); | ||
1999 | return LLSDxmlEncode.End(lsl);; | 1997 | return LLSDxmlEncode.End(lsl);; |
2000 | } | 1998 | } |
2001 | } | 1999 | } |