diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-05 15:05:51 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-09-05 15:05:51 -0400 |
commit | deddf0f3d97ed1ab6c8dc9f1592c5e4c4a4a273a (patch) | |
tree | 39e5384440602e1eb66d1251178da0a7f58099e3 /indra/newview/llfloatermodelpreview.cpp | |
parent | da515164894cd91d7b0705525f2a0f80d2f39cab (diff) |
MAINT-4158 cleanup
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 93c18c5c8b..195a7f5ffe 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -1936,8 +1936,6 @@ bool LLModelLoader::doLoadModel() if ( pJoint ) { pJoint->addAttachmentPosOverride( jointTransform.getTranslation(), mFilename); - //LL_WARNS() << "Aieee, now what!" << LL_ENDL; - //pJoint->storeCurrentXform( jointTransform.getTranslation() ); } else { |