summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-09-17 19:17:12 -0700
committerMerov Linden <merov@lindenlab.com>2010-09-17 19:17:12 -0700
commit88e33d00cd189aec6ef9b5aa481d4d9a2777b1fb (patch)
tree75cc642383dcb84862f0794efcd80f2de915c4cc /indra/newview/lltexturefetch.cpp
parent8ada6ed3cf562d33cc66f2a5d664b5e1f40e1f0c (diff)
STORM-105 : Add compression data gathering, took partial decompression into account in stats
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 4e9ebce4d1..0440bef793 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1557,7 +1557,6 @@ bool LLTextureFetch::createRequest(const std::string& url, const LLUUID& id, con
if (!url.empty() && (!exten.empty() && LLImageBase::getCodecFromExtension(exten) != IMG_CODEC_J2C))
{
// Only do partial requests for J2C at the moment
- //llinfos << "Merov : LLTextureFetch::createRequest(), blocking fetch on " << url << llendl;
desired_size = MAX_IMAGE_DATA_SIZE;
desired_discard = 0;
}