mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed debug code, #3935
This commit is contained in:
parent
129f13e7c3
commit
2023a2f929
2 changed files with 1 additions and 7 deletions
|
@ -2526,8 +2526,6 @@ function displayDeviceInfo(sysinfo, lastconnect, network, nodes) {
|
|||
if (lastconnect != null) { node.lastconnect = lastconnect.time; node.lastaddr = lastconnect.addr; }
|
||||
if (args.raw) { console.log(JSON.stringify(sysinfo, ' ', 2)); return; }
|
||||
|
||||
console.log(node);
|
||||
|
||||
// General
|
||||
var output = {}, outputCount = 0;
|
||||
if (node.name) { output["Server Name"] = node.name; outputCount++; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue