aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authordiva2009-05-17 02:15:08 +0000
committerdiva2009-05-17 02:15:08 +0000
commit0379dbe2fd6c0f53b8465cb681b4be667e236800 (patch)
treee1e87a94681a2ce9635f808a72fcf575b406bad2 /OpenSim
parentDuh, prebuild was wrong. My evil twin sister did it. (diff)
downloadopensim-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.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
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