diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 6800d5f..952b039 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -600,10 +600,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
600 | group.StartScript(localID, copyID); | 600 | group.StartScript(localID, copyID); |
601 | group.GetProperties(remoteClient); | 601 | group.GetProperties(remoteClient); |
602 | 602 | ||
603 | // m_log.Info( | 603 | // m_log.InfoFormat("[PRIMINVENTORY]: " + |
604 | // String.Format("[PRIMINVENTORY]: " + | 604 | // "Rezzed script {0} into prim local ID {1} for user {2}", |
605 | // "Rezzed script {0} into prim local ID {1} for user {2}", | 605 | // item.inventoryName, localID, remoteClient.Name); |
606 | // item.inventoryName, localID, remoteClient.Name)); | ||
607 | } | 606 | } |
608 | else | 607 | else |
609 | { | 608 | { |