summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturecache.cpp')
-rw-r--r--indra/newview/lltexturecache.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/lltexturecache.cpp b/indra/newview/lltexturecache.cpp
index 1e3c64226f..b4714e5354 100644
--- a/indra/newview/lltexturecache.cpp
+++ b/indra/newview/lltexturecache.cpp
@@ -839,10 +839,6 @@ void LLTextureCacheWorker::finishWork(S32 param, bool completed)
{
delete[] mReadData;
mReadData = NULL;
- if (mDataSize != 0)
- {
- llinfos << "Read Failed. mDataSize = " << mDataSize << llendl;
- }
}
}
else
@@ -1557,7 +1553,7 @@ bool LLTextureCache::removeHeaderCacheEntry(const LLUUID& id)
void LLTextureCache::removeFromCache(const LLUUID& id)
{
- llwarns << "Removing texture from cache: " << id << llendl;
+ //llwarns << "Removing texture from cache: " << id << llendl;
if (!mReadOnly)
{
removeHeaderCacheEntry(id);