From 2bf32eec8aaa040c7d9c0ca3e6f09b3233b910b6 Mon Sep 17 00:00:00 2001 From: Ben Berman Date: Mon, 5 Nov 2018 18:17:03 -0500 Subject: [PATCH] Remove non-existent current values --- sensors/process.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sensors/process.js b/sensors/process.js index 8576bdd..37318a2 100644 --- a/sensors/process.js +++ b/sensors/process.js @@ -33,17 +33,7 @@ const plugin = { sort: 'cpu', columns: ['Command', 'CPU %', 'Count', 'Memory %'], - currentValue: [{ - 'Command': 'Google Chrome', - 'Count': '4', - 'CPU %': '0.4', - 'Memory %': '1' - }, { - 'Command': 'Sublime Text 2', - 'Count': '1', - 'CPU %': '0.1', - 'Memory': '5' - }], + currentValue: [], /** * Grab the current value for the table