From 70694cf59243e968ea4b4c1c493ccedae73e2389 Mon Sep 17 00:00:00 2001 From: tTh Date: Sat, 11 Feb 2023 21:04:35 +0100 Subject: [PATCH] silencing an useless code --- Fonderie/crapulator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 3374e95..06cf914 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -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;