Removing a superfluous message, just to make bamboo run again.

0.6.6-post-fixes
diva 2009-05-17 02:15:08 +00:00
parent f4cee7c97c
commit 0379dbe2fd
1 changed files with 0 additions and 1 deletions

View File

@ -496,7 +496,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//m_assetCache = assetCache; //m_assetCache = assetCache;
m_assetService = m_scene.RequestModuleInterface<IAssetService>(); m_assetService = m_scene.RequestModuleInterface<IAssetService>();
m_log.Debug("[XXX] m_assetService is null? " + ((m_assetService == null) ? "yes" : "no"));
m_networkServer = packServer; m_networkServer = packServer;