forked from tTh/FloatImg
silencing an useless code
This commit is contained in:
parent
a72f544b4b
commit
70694cf592
@ -400,10 +400,12 @@ switch (idFx) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case CR_message:
|
case CR_message:
|
||||||
|
#if (0)
|
||||||
fprintf(stderr, "### msg from pid %d, fval=%f ###\n",
|
fprintf(stderr, "### msg from pid %d, fval=%f ###\n",
|
||||||
getpid(), fval);
|
getpid(), fval);
|
||||||
/* here, we can display stats ! */
|
/* here, we can display stats ! */
|
||||||
fimg_describe(image, "in crapulator");
|
fimg_describe(image, "in crapulator");
|
||||||
|
#endif
|
||||||
retval = 0;
|
retval = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user