MeshCtrl.js fix.
This commit is contained in:
parent
acdea410c3
commit
87fb8d2dec
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue