summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbvhpreview.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-05-11 18:13:59 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-05-11 18:13:59 -0400
commitfd9df262d5885341281154f1c05063d21bc8d151 (patch)
tree6fd5ea812ef3f511ad64d5fb10e68a191005053c /indra/newview/llfloaterbvhpreview.cpp
parentefe5cbc205a9bd5047d1766abaa490a5977a8455 (diff)
SL-111 WIP - bug fixes and diagnostic output
Diffstat (limited to 'indra/newview/llfloaterbvhpreview.cpp')
-rwxr-xr-xindra/newview/llfloaterbvhpreview.cpp5
1 files changed, 0 insertions, 5 deletions
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;