MeshCtrl.js fix.

Ylian Saint-Hilaire committed May 7, 2021 at 12:18 UTC 87fb8d2dec64b2bfdb88d9e55171e4d2c26fe13e
1 file changed -1
meshctrl.js
-1
@@ -1099,7 +1099,6 @@ function serverConnect() {
1099 cmd = { action: 'events', responseid: 'meshctrl' };
1100 }
1101 if (typeof limit == 'number') { cmd.limit = limit; }
1102 - console.log(cmd);
1102 ws.send(JSON.stringify(cmd));
1103 break;
1104 }