Mercurial > hg > svapp
changeset 674:b375fdbb74bc
Remove some debug
author | Chris Cannam |
---|---|
date | Fri, 17 May 2019 13:49:25 +0100 |
parents | d62fd61082a1 |
children | 0d4236961c97 |
files | framework/Align.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }