kill useless message

This commit is contained in:
tonton th 2021-01-11 22:00:08 +01:00
parent ceefa63d1d
commit da4ae7c82f
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ if (psrc != pdst) { /* optimize or futurbug ? */
}
szimg = pdst->width * pdst->height;
fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
// fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
qsort(pdst->R, szimg, sizeof(float), compare_a);
qsort(pdst->G, szimg, sizeof(float), compare_a);
@ -83,7 +83,7 @@ if (fimg_images_not_compatible(psrc, pdst)) {
}
szimg = pdst->width * pdst->height;
fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
// fprintf(stderr, "%s : %d pixels\n", __func__, szimg);
ppix = calloc(szimg, sizeof(pix));