1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-05 01:21:59 +00:00

Hadrons: scheduler debug less verbose

This commit is contained in:
2018-03-02 19:20:01 +00:00
parent 480708b9a0
commit 90f4000935
2 changed files with 5 additions and 5 deletions

View File

@@ -549,7 +549,7 @@ VirtualMachine::Program VirtualMachine::schedule(const GeneticPar &par)
gen = 0;
do
{
LOG(Debug) << "Generation " << gen << ":" << std::endl;
//LOG(Debug) << "Generation " << gen << ":" << std::endl;
scheduler.nextGeneration();
if (gen != 0)
{