silencing an useless code

This commit is contained in:
tTh 2023-02-11 21:04:35 +01:00
parent a72f544b4b
commit 70694cf592
1 changed files with 2 additions and 0 deletions

View File

@ -400,10 +400,12 @@ switch (idFx) {
break;
case CR_message:
#if (0)
fprintf(stderr, "### msg from pid %d, fval=%f ###\n",
getpid(), fval);
/* here, we can display stats ! */
fimg_describe(image, "in crapulator");
#endif
retval = 0;
break;