diff --git a/React/Profiler/RCTJSCProfiler.m b/React/Profiler/RCTJSCProfiler.m index f808c1c5f..8ad34b626 100644 --- a/React/Profiler/RCTJSCProfiler.m +++ b/React/Profiler/RCTJSCProfiler.m @@ -56,11 +56,9 @@ static void RCTJSCProfilerStateInit() if (RCTNativeProfilerStart && RCTNativeProfilerEnd && enableBytecode) { enableBytecode(); - RCTLogInfo(@"JSC profiler is available."); } else { RCTNativeProfilerStart = NULL; RCTNativeProfilerEnd = NULL; - RCTLogInfo(@"JSC profiler is not supported."); } }); }