Removed debug line from meshctrl.js

This commit is contained in:
Ylian Saint-Hilaire 2020-08-27 14:30:02 -07:00
parent 0ceec7711b
commit ab51398e6f

View File

@ -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) {