diff --git a/Sources/Plugins/System Profiler/Classes/TPI_SP_SysInfo.m b/Sources/Plugins/System Profiler/Classes/TPI_SP_SysInfo.m index a2dd3e7e2..88a35ece2 100755 --- a/Sources/Plugins/System Profiler/Classes/TPI_SP_SysInfo.m +++ b/Sources/Plugins/System Profiler/Classes/TPI_SP_SysInfo.m @@ -147,10 +147,6 @@ NS_ASSUME_NONNULL_BEGIN + (nullable NSString *)webKitFrameworkMemoryUsage { - if ([TVCLogView webKit2Enabled] == NO) { - return nil; - } - NSArray *webViewProcesses = [TPI_SP_SysInfo webViewProcessIdentifiers]; if (webViewProcesses.count == 0) {