Suppress message in console except verbose

This commit is contained in:
Desmis
2020-02-25 12:48:23 +01:00
parent cdf4e6329d
commit eeb24af8f0
2 changed files with 12 additions and 4 deletions

View File

@@ -7034,7 +7034,9 @@ void RawImageSource::ItcWB(bool extra, double &tempref, double &greenref, double
}
printf("ITCWB tempitc=%f gritc=%f stud=%f \n", tempitc, greenitc, studgood);
if (settings->verbose) {
printf("ITCWB tempitc=%f gritc=%f stud=%f \n", tempitc, greenitc, studgood);
}
xc(0, 0);