Remove debug spam

This commit is contained in:
Melanie Thielker
2016-03-15 02:36:06 +01:00
parent 39f7c4a292
commit 8e772fde7f

View File

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