diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 123e692..57c79b4 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -79,7 +79,6 @@ namespace OpenSim.Framework.Communications.Caches | |||
79 | 79 | ||
80 | public void ItemReceive(LLUUID userID, InventoryItemBase itemInfo) | 80 | public void ItemReceive(LLUUID userID, InventoryItemBase itemInfo) |
81 | { | 81 | { |
82 | Console.WriteLine("received new inventory item " + itemInfo.inventoryID + " with asset id of " + itemInfo.assetID); | ||
83 | if ((userID == this.UserProfile.UUID) && (this.RootFolder != null)) | 82 | if ((userID == this.UserProfile.UUID) && (this.RootFolder != null)) |
84 | { | 83 | { |
85 | if (itemInfo.parentFolderID == this.RootFolder.folderID) | 84 | if (itemInfo.parentFolderID == this.RootFolder.folderID) |
@@ -102,7 +101,6 @@ namespace OpenSim.Framework.Communications.Caches | |||
102 | if ((userID == this.UserProfile.UUID) && (this.RootFolder != null)) | 101 | if ((userID == this.UserProfile.UUID) && (this.RootFolder != null)) |
103 | { | 102 | { |
104 | this.ItemReceive(userID, itemInfo); | 103 | this.ItemReceive(userID, itemInfo); |
105 | Console.WriteLine("now adding inventory item to database"); | ||
106 | this.m_parentCommsManager.InventoryServer.AddNewInventoryItem(userID, itemInfo); | 104 | this.m_parentCommsManager.InventoryServer.AddNewInventoryItem(userID, itemInfo); |
107 | } | 105 | } |
108 | } | 106 | } |