From ddd5a76b57e7576cf404d6b6ce26e205b35ad0a8 Mon Sep 17 00:00:00 2001 From: oguyon Date: Mon, 23 Oct 2023 21:10:42 -1000 Subject: [PATCH] less verbose --- src/COREMOD_arith/imfunctions.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/COREMOD_arith/imfunctions.c b/src/COREMOD_arith/imfunctions.c index c963eae6..b7d9ea08 100644 --- a/src/COREMOD_arith/imfunctions.c +++ b/src/COREMOD_arith/imfunctions.c @@ -1555,10 +1555,6 @@ errno_t arith_image_function_2_1( double (*pt2function)(double, double) ) { - printf("%s %d\n", __FILE__, __LINE__); - fflush(stdout); - - IMGID inimg1 = mkIMGID_from_name(ID_name1); resolveIMGID(&inimg1, ERRMODE_ABORT); @@ -1567,9 +1563,6 @@ errno_t arith_image_function_2_1( IMGID outimg = mkIMGID_from_name(ID_out); - printf("%s %d\n", __FILE__, __LINE__); - fflush(stdout); - arith_img_function_2_1( inimg1, inimg2,