MeshCtrl.js fix.

This commit is contained in:
Ylian Saint-Hilaire 2021-05-07 12:18:59 -07:00
parent acdea410c3
commit 87fb8d2dec
1 changed files with 0 additions and 1 deletions

View File

@ -1099,7 +1099,6 @@ function serverConnect() {
cmd = { action: 'events', responseid: 'meshctrl' };
}
if (typeof limit == 'number') { cmd.limit = limit; }
console.log(cmd);
ws.send(JSON.stringify(cmd));
break;
}