diff --git a/performance.c b/performance.c index 5cfe6327f0..fcbc516359 100644 --- a/performance.c +++ b/performance.c @@ -564,7 +564,5 @@ uint64_t retro_get_cpu_features(void) if (cpu & RETRO_SIMD_VFPU) strlcat(buf, " VFPU", sizeof(buf)); if (cpu & RETRO_SIMD_PS) strlcat(buf, " PS", sizeof(buf)); - RARCH_LOG("[CPUID]: Features:%s\n", buf); - return cpu; }