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,