From 58c9ae112587e3e86c54a2be0486a8187da1938a Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 29 Oct 2022 13:15:58 +0200 Subject: [PATCH] remove debugstatement accidently left in --- config/uwap-home/index.js | 1 - 1 file changed, 1 deletion(-) 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) :