diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 534136db0a..4d6b35b2f1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -496,7 +496,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP //m_assetCache = assetCache; m_assetService = m_scene.RequestModuleInterface(); - m_log.Debug("[XXX] m_assetService is null? " + ((m_assetService == null) ? "yes" : "no")); m_networkServer = packServer;