diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index d242cb3..4212fbc 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -214,7 +214,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
214 | /// <param name="inventoryCollection"></param> | 214 | /// <param name="inventoryCollection"></param> |
215 | public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) | 215 | public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) |
216 | { | 216 | { |
217 | |||
218 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these | 217 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these |
219 | // are simply being swallowed | 218 | // are simply being swallowed |
220 | 219 | ||