diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 534136d..4d6b35b 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -496,7 +496,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
496 | //m_assetCache = assetCache; | 496 | //m_assetCache = assetCache; |
497 | 497 | ||
498 | m_assetService = m_scene.RequestModuleInterface<IAssetService>(); | 498 | m_assetService = m_scene.RequestModuleInterface<IAssetService>(); |
499 | m_log.Debug("[XXX] m_assetService is null? " + ((m_assetService == null) ? "yes" : "no")); | ||
500 | 499 | ||
501 | m_networkServer = packServer; | 500 | m_networkServer = packServer; |
502 | 501 | ||