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);