mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 23:25:53 -05:00
remove sendconsoletext from computer-identifiers.js
This commit is contained in:
parent
e8da6a607c
commit
bc2f34b629
@ -732,7 +732,6 @@ function macos_identifiers()
|
|||||||
try {
|
try {
|
||||||
ret.darwin.volumes = JSON.parse(child.stdout.str.trim());
|
ret.darwin.volumes = JSON.parse(child.stdout.str.trim());
|
||||||
for (var index = 0; index < ret.darwin.volumes.length; index++) {
|
for (var index = 0; index < ret.darwin.volumes.length; index++) {
|
||||||
sendConsoleText(ret.darwin.volumes[index].size);
|
|
||||||
if (ret.darwin.volumes[index].size == 'auto_home'){
|
if (ret.darwin.volumes[index].size == 'auto_home'){
|
||||||
ret.darwin.volumes.splice(index,1);
|
ret.darwin.volumes.splice(index,1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user