From 08448bec120346afbebda55de60fab8eb2befdbf Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:02:51 +0100 Subject: [PATCH] Remove debug code. --- emhttp/plugins/dynamix/include/SysDevs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/SysDevs.php b/emhttp/plugins/dynamix/include/SysDevs.php index 73b9e09aa..de156fe7d 100644 --- a/emhttp/plugins/dynamix/include/SysDevs.php +++ b/emhttp/plugins/dynamix/include/SysDevs.php @@ -213,7 +213,6 @@ EOT; case 't2': $is_intel_cpu = is_intel_cpu(); $core_types = $is_intel_cpu ? get_intel_core_types() : []; - var_dump($is_intel_cpu,$core_types); exec('cat /sys/devices/system/cpu/*/topology/thread_siblings_list|sort -nu',$pairs); $i = 1; foreach ($pairs as $line) {