From ab51398e6f8a44a113b746cc077f54a1982833ad Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 27 Aug 2020 14:30:02 -0700 Subject: [PATCH] Removed debug line from meshctrl.js --- meshctrl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/meshctrl.js b/meshctrl.js index 7b9ab0eb..9c0d38f8 100644 --- a/meshctrl.js +++ b/meshctrl.js @@ -1066,7 +1066,6 @@ function serverConnect() { if (settings.cmd == 'showevents') { console.log(JSON.stringify(data, null, 2)); return; } switch (data.action) { case 'serverinfo': { // SERVERINFO - console.log(data); settings.currentDomain = data.serverinfo.domain; if (settings.cmd == 'serverinfo') { if (args.json) {