aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltexturecache.cpp')
-rw-r--r--linden/indra/newview/lltexturecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturecache.cpp b/linden/indra/newview/lltexturecache.cpp
index fd4ece6..ce35377 100644
--- a/linden/indra/newview/lltexturecache.cpp
+++ b/linden/indra/newview/lltexturecache.cpp
@@ -1553,7 +1553,7 @@ bool LLTextureCache::removeHeaderCacheEntry(const LLUUID& id)
1553 1553
1554void LLTextureCache::removeFromCache(const LLUUID& id) 1554void LLTextureCache::removeFromCache(const LLUUID& id)
1555{ 1555{
1556 llwarns << "Removing texture from cache: " << id << llendl; 1556 //llwarns << "Removing texture from cache: " << id << llendl;
1557 if (!mReadOnly) 1557 if (!mReadOnly)
1558 { 1558 {
1559 removeHeaderCacheEntry(id); 1559 removeHeaderCacheEntry(id);