From 22edd2e6a4b5bfaa3eaecd5f121098fe9c29c9e3 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 8 Dec 2007 16:19:48 -0700 Subject: [PATCH] set Verbose to false in heap.cpp --- src/heap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap.cpp b/src/heap.cpp index 6dfa1a689d..92bc158532 100644 --- a/src/heap.cpp +++ b/src/heap.cpp @@ -16,7 +16,7 @@ const unsigned Top = ~static_cast(0); const unsigned InitialGen2CapacityInBytes = 4 * 1024 * 1024; -const bool Verbose = true; +const bool Verbose = false; const bool Verbose2 = false; const bool Debug = false; const bool DebugFixies = false;