diff --git a/meshctrl.js b/meshctrl.js index 20824ef1..74a148eb 100644 --- a/meshctrl.js +++ b/meshctrl.js @@ -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; }