From ce17983cdf1bc15a5d357dd64acc492e6104865f Mon Sep 17 00:00:00 2001 From: lolodomo Date: Fri, 10 May 2024 10:24:42 +0200 Subject: [PATCH] [BasicUI] Remove a call to window.console (#2572) Was added when implementing #2536 for test purpose and I forgot to remove it. Signed-off-by: Laurent Garnier --- bundles/org.openhab.ui.basic/web-src/smarthome.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/org.openhab.ui.basic/web-src/smarthome.js b/bundles/org.openhab.ui.basic/web-src/smarthome.js index d686b9b596..5b550860aa 100644 --- a/bundles/org.openhab.ui.basic/web-src/smarthome.js +++ b/bundles/org.openhab.ui.basic/web-src/smarthome.js @@ -1179,7 +1179,6 @@ }; function emitEvent(value) { - window.console.log("send " + value); _t.parentNode.dispatchEvent(createEvent( "control-change", { item: _t.item,