summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcorehttp/tests/test_httprequest.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp
index 8e62cd0f92..b09db6db28 100644
--- a/indra/llcorehttp/tests/test_httprequest.hpp
+++ b/indra/llcorehttp/tests/test_httprequest.hpp
@@ -206,7 +206,7 @@ void HttpRequestTestObjectType::test<2>()
// Okay, tear it down
HttpRequest::destroyService();
- printf("Old mem: %d, New mem: %d\n", mMemTotal, GetMemTotal());
+ // printf("Old mem: %d, New mem: %d\n", mMemTotal, GetMemTotal());
ensure("Memory returned", mMemTotal == GetMemTotal());
}
catch (...)