diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-29 12:44:52 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-29 12:44:52 +0300 |
commit | 0888078bd86136ed198d38b95f79f4bd1bdc3ed1 (patch) | |
tree | b5a5fae45c2821deeb830bc0c053c6fcbfdb5d40 /indra | |
parent | 7187ec75a7095ab7bf1d49896d2f4f72b7899243 (diff) |
MAINT-6601 FIXED [VOB] Texture picker generates WARNING spam in SecondLife.log
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index f77e0349b5..a93f8da3f0 100644 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -479,7 +479,6 @@ void LLFloaterTexturePicker::draw() mTexturep = NULL; if(mImageAssetID.notNull()) { - LL_WARNS() << "mImageAssetID: " << mImageAssetID << LL_ENDL; mTexturep = LLViewerTextureManager::getFetchedTexture(mImageAssetID); mTexturep->setBoostLevel(LLGLTexture::BOOST_PREVIEW); } |