From d63e83c62979aa3c22035f39359066a62df376f3 Mon Sep 17 00:00:00 2001 From: Meliox Date: Wed, 28 Jun 2023 23:41:43 +0200 Subject: [PATCH] Remove unused keys --- pve-mod-gui-temp.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pve-mod-gui-temp.sh b/pve-mod-gui-temp.sh index 3549f1d..b5c4693 100644 --- a/pve-mod-gui-temp.sh +++ b/pve-mod-gui-temp.sh @@ -187,7 +187,6 @@ function install_mod { // sensors configuration\n\ const addressPrefix = \"nvme-pci-\";\n\ const sensorName = \"Composite\";\n\ - const tempInputNo = 1;\n\ // display configuration\n\ const drivesPerRow = ${NVMEPerRow};\n\ objValue = JSON.parse(value);\n\ @@ -234,7 +233,6 @@ function install_mod { // sensors configuration\n\ const addressPrefix = \"drivetemp-scsi-\";\n\ const sensorName = \"temp1\";\n\ - const tempInputNo = 1;\n\ // display configuration\n\ const drivesPerRow = ${HDDPerRow};\n\ objValue = JSON.parse(value);\n\