diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/app_settings/logcontrol.xml | 1 | ||||
-rwxr-xr-x | indra/newview/llfloaterbvhpreview.cpp | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index 6d5cf6e8f7..de3732f339 100755 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -42,7 +42,6 @@ </array> <key>tags</key> <array> - <string>BVH</string> <!-- sample entry for debugging specific items <string>Avatar</string> <string>Inventory</string> diff --git a/indra/newview/llfloaterbvhpreview.cpp b/indra/newview/llfloaterbvhpreview.cpp index 66c433684b..a800a3ca14 100755 --- a/indra/newview/llfloaterbvhpreview.cpp +++ b/indra/newview/llfloaterbvhpreview.cpp @@ -285,11 +285,6 @@ BOOL LLFloaterBvhPreview::postBuild() dp.reset(); LL_INFOS("BVH") << "Deserializing motionp" << LL_ENDL; BOOL success = motionp && motionp->deserialize(dp); - LL_INFOS("BVH") << "TEST: Serializing motionp" << LL_ENDL; - S32 test_file_size = motionp->getFileSize(); - U8* test_buffer = new U8[test_file_size]; - LLDataPackerBinaryBuffer test_dp(test_buffer, test_file_size); - motionp->serialize(test_dp); LL_INFOS("BVH") << "Done" << LL_ENDL; delete []buffer; |