diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 9ee10e8..c572b3b 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -266,7 +266,7 @@ namespace OpenSim.Region.Communications.Local | |||
266 | private void AddActiveGestures(LoginResponse response, UserProfileData theUser) | 266 | private void AddActiveGestures(LoginResponse response, UserProfileData theUser) |
267 | { | 267 | { |
268 | List<InventoryItemBase> gestures = m_interServiceInventoryService.GetActiveGestures(theUser.ID); | 268 | List<InventoryItemBase> gestures = m_interServiceInventoryService.GetActiveGestures(theUser.ID); |
269 | m_log.DebugFormat("[LOGIN]: AddActiveGestures, found {0}", gestures == null ? 0 : gestures.Count); | 269 | //m_log.DebugFormat("[LOGIN]: AddActiveGestures, found {0}", gestures == null ? 0 : gestures.Count); |
270 | ArrayList list = new ArrayList(); | 270 | ArrayList list = new ArrayList(); |
271 | if (gestures != null) | 271 | if (gestures != null) |
272 | { | 272 | { |