* minor: removing some logging stuff accidentally left in on the last commit

0.6.6-post-fixes
Justin Clarke Casey 2009-06-12 15:45:38 +00:00
parent 45342067f5
commit f9782a1085
1 changed files with 2 additions and 3 deletions

View File

@ -120,7 +120,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Inventory
public void AddRegion(Scene scene)
{
m_log.DebugFormat("HEEEERE");
if (!m_Enabled)
return;
@ -132,8 +131,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Inventory
m_Initialized = true;
}
m_log.DebugFormat(
"[INVENTORY CONNECTOR]: Registering IInventoryService to scene {0}", scene.RegionInfo.RegionName);
// m_log.DebugFormat(
// "[INVENTORY CONNECTOR]: Registering IInventoryService to scene {0}", scene.RegionInfo.RegionName);
scene.RegisterModuleInterface<IInventoryService>(this);
}