aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectors')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs
index bc833c3..750f1cb 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs
@@ -120,7 +120,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Inventory
120 120
121 public void AddRegion(Scene scene) 121 public void AddRegion(Scene scene)
122 { 122 {
123 m_log.DebugFormat("HEEEERE");
124 if (!m_Enabled) 123 if (!m_Enabled)
125 return; 124 return;
126 125
@@ -132,8 +131,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Inventory
132 m_Initialized = true; 131 m_Initialized = true;
133 } 132 }
134 133
135 m_log.DebugFormat( 134// m_log.DebugFormat(
136 "[INVENTORY CONNECTOR]: Registering IInventoryService to scene {0}", scene.RegionInfo.RegionName); 135// "[INVENTORY CONNECTOR]: Registering IInventoryService to scene {0}", scene.RegionInfo.RegionName);
137 136
138 scene.RegisterModuleInterface<IInventoryService>(this); 137 scene.RegisterModuleInterface<IInventoryService>(this);
139 } 138 }