Removed printf "silpleprocess calling autoexp\n" from simpleprocess.cc. See issue 1238

This commit is contained in:
DrSlony
2012-02-11 01:19:48 +00:00
parent e2170dbe3c
commit 0e2ebf5c5f

View File

@@ -144,7 +144,6 @@ IImage16* processImage (ProcessingJob* pjob, int& errorCode, ProgressListener* p
int hlcomprthresh = params.toneCurve.hlcomprthresh;
if (params.toneCurve.autoexp) {
printf("silpleprocess calling autoexp\n");
LUTu aehist; int aehistcompr;
imgsrc->getAutoExpHistogram (aehist, aehistcompr);
ipf.getAutoExp (aehist, aehistcompr, imgsrc->getDefGain(), params.toneCurve.clip, expcomp, bright, contr, black, hlcompr,hlcomprthresh);