diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 44fd2e1..e6e414f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1628,7 +1628,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1628 | remoteClient.AgentId); | 1628 | remoteClient.AgentId); |
1629 | AssetService.Store(asset); | 1629 | AssetService.Store(asset); |
1630 | 1630 | ||
1631 | m_log.DebugFormat("[ScriptState]: Saved attachment as asset {0}", asset.FullID); | ||
1632 | item.AssetID = asset.FullID; | 1631 | item.AssetID = asset.FullID; |
1633 | item.Description = asset.Description; | 1632 | item.Description = asset.Description; |
1634 | item.Name = asset.Name; | 1633 | item.Name = asset.Name; |