remove sendconsoletext from computer-identifiers.js

Simon Smith committed May 17, 2024 at 17:13 UTC bc2f34b629a39f29d059c035cc3fe9ecf383dcda
1 file changed +1 -2
agents/modules_meshcore/computer-identifiers.js
+1 -2
@@ -732,7 +732,6 @@ function macos_identifiers()
732 try {
733 ret.darwin.volumes = JSON.parse(child.stdout.str.trim());
734 for (var index = 0; index < ret.darwin.volumes.length; index++) {
735 - sendConsoleText(ret.darwin.volumes[index].size);
735 if (ret.darwin.volumes[index].size == 'auto_home'){
736 ret.darwin.volumes.splice(index,1);
737 }
@@ -975,4 +974,4 @@ if (process.platform == 'win32')
974 // board_name = BASEBOARD->Product = ioreg/board-id
975 // board_serial = BASEBOARD->SerialNumber = ioreg/serial-number | ioreg/IOPlatformSerialNumber
976 // board_vendor = BASEBOARD->Manufacturer = ioreg/manufacturer
978 -// board_version = BASEBOARD->Version
\ No newline at end of file
977 +// board_version = BASEBOARD->Version