From 0e2ebf5c5fba1e17170b9068e6767284e8f9d60f Mon Sep 17 00:00:00 2001 From: DrSlony Date: Sat, 11 Feb 2012 01:19:48 +0000 Subject: [PATCH] Removed printf "silpleprocess calling autoexp\n" from simpleprocess.cc. See issue 1238 --- rtengine/simpleprocess.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/simpleprocess.cc b/rtengine/simpleprocess.cc index 0c246de36..83e863664 100644 --- a/rtengine/simpleprocess.cc +++ b/rtengine/simpleprocess.cc @@ -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);