# HG changeset patch # User Chris Cannam # Date 1558097365 -3600 # Node ID b375fdbb74bc14b9f195ad2768c4dbe296d73643 # Parent d62fd61082a1b0585886e48cd5fb2ba5e0f106fc Remove some debug diff -r d62fd61082a1 -r b375fdbb74bc framework/Align.cpp --- a/framework/Align.cpp Fri May 17 09:46:22 2019 +0100 +++ b/framework/Align.cpp Fri May 17 13:49:25 2019 +0100 @@ -234,7 +234,7 @@ int completion = 0; bool done = td->isReady(&completion); - SVCERR << "Align::tuningDifferenceCompletionChanged: done = " << done << ", completion = " << completion << endl; +// SVCERR << "Align::tuningDifferenceCompletionChanged: done = " << done << ", completion = " << completion << endl; if (!done) { // This will be the completion the alignment model reports, @@ -242,7 +242,7 @@ // 99 (not 100!) and then back to 0 again when we start // calculating the actual path in the following phase int clamped = (completion == 100 ? 99 : completion); - SVCERR << "Align::tuningDifferenceCompletionChanged: setting rec.preparatory completion to " << clamped << endl; +// SVCERR << "Align::tuningDifferenceCompletionChanged: setting rec.preparatory completion to " << clamped << endl; rec.preparatory->setCompletion(clamped); return; }