mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 04:33:16 +03:00
remove sendconsoletext from computer-identifiers.js
This commit is contained in:
parent
e8da6a607c
commit
bc2f34b629
@ -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
|
||||
// board_version = BASEBOARD->Version
|
||||
|
Loading…
Reference in New Issue
Block a user