diff --git a/legacy/evas/src/lib/engines/common/evas_pipe.c b/legacy/evas/src/lib/engines/common/evas_pipe.c index 74bcf3d7d6..c36dd5af41 100644 --- a/legacy/evas/src/lib/engines/common/evas_pipe.c +++ b/legacy/evas/src/lib/engines/common/evas_pipe.c @@ -719,7 +719,6 @@ evas_common_pipe_init(void) cpunum = eina_cpu_count(); thread_num = cpunum; - fprintf(stderr, "number of cpu: %i\n", cpunum); // on single cpu we still want this initted.. otherwise we block forever // waiting onm pthread barriers for async rendering on a single core! // if (thread_num == 1) return EINA_FALSE;