diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-11-11 15:54:06 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-11-11 15:54:06 -0800 |
commit | 5f099265fc36c885122457edd87a1ec8c1a80873 (patch) | |
tree | ea09410c65f2136932b5bf0d58ccbd20d6abfb4c /indra/newview/lltexturefetch.cpp | |
parent | 76d708bdb5230aaeb9a15bb2fb475458d8bb996e (diff) | |
parent | 20921d6a1a2e98fee750cb5a76adddb7266183f3 (diff) |
Merge
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index d6d38de225..13fd51f473 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -1574,7 +1574,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; } |