* minor: remove redundant welcome message from inventory grid server configuration

This commit is contained in:
Justin Clarke Casey
2008-08-09 17:40:48 +00:00
parent adfccd0ee0
commit 00473fcfee
2 changed files with 2 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ namespace OpenSim.Grid.InventoryServer
m_config = new InventoryConfig(LogName, (Path.Combine(Util.configDir(), "InventoryServer_Config.xml")));
//m_inventoryService = new GridInventoryService();
m_inventoryService = new GridInventoryService(m_config.UserServerURL);
m_inventoryService.DoLookup = m_config.SessionLookUp;
m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);