diff --git a/esphome/dashboard/static/esphome.js b/esphome/dashboard/static/esphome.js index e56521c945..e284690ac6 100644 --- a/esphome/dashboard/static/esphome.js +++ b/esphome/dashboard/static/esphome.js @@ -585,7 +585,6 @@ const startAceWebsocket = () => { if (raw.event === "line") { const msg = JSON.parse(raw.data); if (msg.type === "result") { - console.log(msg); const arr = []; for (const v of msg.validation_errors) { @@ -755,8 +754,6 @@ jQuery.validator.addMethod("lowercase", (value, element) => { return value === value.toLowerCase(); }, "Name must be lowercase."); - - const updateAllModal = new LogModalElem({ name: 'update-all', onPrepare: (modalElem, config) => {