diff options
author | Richard Linden <none@none> | 2012-10-22 10:42:26 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-10-22 10:42:26 -0700 |
commit | d8a83466deb4ce7eab047ab6e0c4a6aeee40982c (patch) | |
tree | c8c16a26ef7bc9d4ae7b1022ed64c7420c631b6c /indra | |
parent | b9303e9e80ef5c0992c45b0032a219ce9b57d6e8 (diff) |
SH-3405 WIP convert existing stats to lltrace system
removed spam and dead code
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/tests/llviewerassetstats_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index f9d30408ac..fc5cd781e6 100755 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -504,8 +504,6 @@ namespace tut ensure("Region1 is present in results", sd1.isMap()); ensure("Region2 is present in results", sd2.isMap()); - llinfos << ll_pretty_print_sd(sd1) << llendl; - // Check a few points on the tree for content ensure("sd1[get_texture_non_temp_udp][enqueued] is 1", (1 == sd1["get_texture_non_temp_udp"]["enqueued"].asInteger())); ensure("sd1[get_texture_temp_udp][enqueued] is 0", (0 == sd1["get_texture_temp_udp"]["enqueued"].asInteger())); |