mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 05:03:14 -05:00
Removed debug line from meshctrl.js
This commit is contained in:
parent
0ceec7711b
commit
ab51398e6f
@ -1066,7 +1066,6 @@ function serverConnect() {
|
|||||||
if (settings.cmd == 'showevents') { console.log(JSON.stringify(data, null, 2)); return; }
|
if (settings.cmd == 'showevents') { console.log(JSON.stringify(data, null, 2)); return; }
|
||||||
switch (data.action) {
|
switch (data.action) {
|
||||||
case 'serverinfo': { // SERVERINFO
|
case 'serverinfo': { // SERVERINFO
|
||||||
console.log(data);
|
|
||||||
settings.currentDomain = data.serverinfo.domain;
|
settings.currentDomain = data.serverinfo.domain;
|
||||||
if (settings.cmd == 'serverinfo') {
|
if (settings.cmd == 'serverinfo') {
|
||||||
if (args.json) {
|
if (args.json) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user