From 8e772fde7fd912477f8ca23a0568d7f19e4de5dd Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 15 Mar 2016 02:36:06 +0100 Subject: [PATCH] Remove debug spam --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index e9eebb1ab2..d449e8246d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -12307,7 +12307,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP } } - m_log.DebugFormat("texture cached: hits {0}", cacheHits); + //m_log.DebugFormat("texture cached: hits {0}", cacheHits); cachedresp.Header.Zerocoded = true; OutPacket(cachedresp, ThrottleOutPacketType.Task);