summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewertexture.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 721498572f..578deb8b3f 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -1904,18 +1904,12 @@ bool LLViewerFetchedTexture::updateFetch()
{
mIsFetching = FALSE;
mLastFetchState = -1;
- setDebugText("");
mLastPacketTimer.reset();
}
else
{
mFetchState = LLAppViewer::getTextureFetch()->getFetchState(mID, mDownloadProgress, mRequestedDownloadPriority,
mFetchPriority, mFetchDeltaTime, mRequestDeltaTime, mCanUseHTTP);
- /*if (mFetchState != mLastFetchState)
- {
- setDebugText(LLTextureFetch::getStateString(mFetchState));
- mLastFetchState = mFetchState;
- }*/
}
// We may have data ready regardless of whether or not we are finished (e.g. waiting on write)