aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-06-12 15:45:38 +0000
committerJustin Clarke Casey2009-06-12 15:45:38 +0000
commitf9782a1085164f5202a0db9e780e035dcf43b3b1 (patch)
tree878597797bc9e6c3831d560cced2ce991dd3d45b /OpenSim/Region/CoreModules/ServiceConnectors
parent* Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr... (diff)
downloadopensim-SC_OLD-f9782a1085164f5202a0db9e780e035dcf43b3b1.zip
opensim-SC_OLD-f9782a1085164f5202a0db9e780e035dcf43b3b1.tar.gz
opensim-SC_OLD-f9782a1085164f5202a0db9e780e035dcf43b3b1.tar.bz2
opensim-SC_OLD-f9782a1085164f5202a0db9e780e035dcf43b3b1.tar.xz
* minor: removing some logging stuff accidentally left in on the last commit
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 }