From bc2f34b629a39f29d059c035cc3fe9ecf383dcda Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Fri, 17 May 2024 17:13:59 +0100 Subject: [PATCH] remove sendconsoletext from computer-identifiers.js --- agents/modules_meshcore/computer-identifiers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agents/modules_meshcore/computer-identifiers.js b/agents/modules_meshcore/computer-identifiers.js index 4067c6b4..cd7e4462 100644 --- a/agents/modules_meshcore/computer-identifiers.js +++ b/agents/modules_meshcore/computer-identifiers.js @@ -732,7 +732,6 @@ function macos_identifiers() try { ret.darwin.volumes = JSON.parse(child.stdout.str.trim()); for (var index = 0; index < ret.darwin.volumes.length; index++) { - sendConsoleText(ret.darwin.volumes[index].size); if (ret.darwin.volumes[index].size == 'auto_home'){ ret.darwin.volumes.splice(index,1); } @@ -975,4 +974,4 @@ if (process.platform == 'win32') // board_name = BASEBOARD->Product = ioreg/board-id // board_serial = BASEBOARD->SerialNumber = ioreg/serial-number | ioreg/IOPlatformSerialNumber // board_vendor = BASEBOARD->Manufacturer = ioreg/manufacturer -// board_version = BASEBOARD->Version \ No newline at end of file +// board_version = BASEBOARD->Version