diff --git a/src/heap.cpp b/src/heap.cpp index 30b38c26d6..73e9a9c42e 100644 --- a/src/heap.cpp +++ b/src/heap.cpp @@ -14,8 +14,8 @@ const unsigned Top = ~static_cast(0); const unsigned InitialGen2CapacityInBytes = 4 * 1024 * 1024; -const bool Verbose = true; -const bool Verbose2 = true; +const bool Verbose = false; +const bool Verbose2 = false; const bool Debug = false; class Context;