diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index ad90e79..9ced8e7 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -1023,7 +1023,6 @@ const config: Config = { name: "Spülmaschine", position: [575, 449], icon: withState((s) => ( - console.log(s["tasmotaDishwasherState"]), ( s["tasmotaDishwasherState"] === "off" ) ? svg(icons.mdiDishwasherOff) :