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

This commit is contained in:
diva
2009-05-17 02:15:08 +00:00
parent f4cee7c97c
commit 0379dbe2fd

View File

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