diff options
author | diva | 2009-05-17 02:15:08 +0000 |
---|---|---|
committer | diva | 2009-05-17 02:15:08 +0000 |
commit | 0379dbe2fd6c0f53b8465cb681b4be667e236800 (patch) | |
tree | e1e87a94681a2ce9635f808a72fcf575b406bad2 | |
parent | Duh, prebuild was wrong. My evil twin sister did it. (diff) | |
download | opensim-SC_OLD-0379dbe2fd6c0f53b8465cb681b4be667e236800.zip opensim-SC_OLD-0379dbe2fd6c0f53b8465cb681b4be667e236800.tar.gz opensim-SC_OLD-0379dbe2fd6c0f53b8465cb681b4be667e236800.tar.bz2 opensim-SC_OLD-0379dbe2fd6c0f53b8465cb681b4be667e236800.tar.xz |
Removing a superfluous message, just to make bamboo run again.
-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 | ||