Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Oct 24, 2023
1 parent a1c702c commit ddd5a76
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/COREMOD_arith/imfunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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,
Expand Down

0 comments on commit ddd5a76

Please sign in to comment.