set Verbose to false in heap.cpp

This commit is contained in:
Joel Dice 2007-12-08 16:19:48 -07:00
parent 00b7fa3b9d
commit 22edd2e6a4

View File

@ -16,7 +16,7 @@ const unsigned Top = ~static_cast<unsigned>(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;