diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b4fcf8f..c14ce1e 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
49 | public partial class Scene | 49 | public partial class Scene |
50 | { | 50 | { |
51 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 51 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
52 | private static readonly string LogHeader = "[SCENE INVENTORY]"; | 52 | //private static readonly string LogHeader = "[SCENE INVENTORY]"; |
53 | 53 | ||
54 | /// <summary> | 54 | /// <summary> |
55 | /// Allows asynchronous derezzing of objects from the scene into a client's inventory. | 55 | /// Allows asynchronous derezzing of objects from the scene into a client's inventory. |