From a1c702caa194ffed77cd17939c56100badc72cd7 Mon Sep 17 00:00:00 2001 From: oguyon Date: Mon, 23 Oct 2023 21:08:50 -1000 Subject: [PATCH] less verbose --- src/COREMOD_arith/image_norm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/COREMOD_arith/image_norm.c b/src/COREMOD_arith/image_norm.c index 4e2878a3..68f53001 100644 --- a/src/COREMOD_arith/image_norm.c +++ b/src/COREMOD_arith/image_norm.c @@ -176,7 +176,7 @@ errno_t image_slicenorm( for( uint32_t ii=0; ii < sizescan[sliceaxis]; ii++ ) { - printf("morm %3u : %lf\n", ii, normarray[ii]); + //printf("morm %3u : %lf\n", ii, normarray[ii]); outimg->im->array.F[ii] = sqrt(normarray[ii]); }