mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
Remove debug log from dashboard js
This commit is contained in:
parent
869775ec7a
commit
292c2d0c53
1 changed files with 0 additions and 3 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue