Skip to content

Commit

Permalink
remove sendconsoletext from computer-identifiers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
si458 authored May 17, 2024
1 parent e8da6a6 commit bc2f34b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agents/modules_meshcore/computer-identifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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
// board_version = BASEBOARD->Version

0 comments on commit bc2f34b

Please sign in to comment.