From ed55eec8e352a9c38670a9155bc239748f578da4 Mon Sep 17 00:00:00 2001
From: Monty Brandenberg <monty@lindenlab.com>
Date: Fri, 22 Jun 2012 12:44:54 -0400
Subject: [PATCH] Always another platform build fix.  Mac this time.

---
 indra/llcorehttp/tests/test_httprequest.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcorehttp/tests/test_httprequest.hpp b/indra/llcorehttp/tests/test_httprequest.hpp
index 8e62cd0f92a..b09db6db282 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 (...)
-- 
GitLab