silent a message

This commit is contained in:
tTh 2023-10-08 10:26:03 +02:00
parent c6b75d3bba
commit 2c407e5dd9
1 changed files with 2 additions and 0 deletions

View File

@ -116,7 +116,9 @@ int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval)
int nbre, idx;
double dval;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p %p %g )\n", __func__, s, d, maxval);
#endif
if (s->type != FIMG_TYPE_RGB) {
fprintf(stderr, "%s: type %d invalide\n",