Skip to content

Commit

Permalink
[BasicUI] Remove a call to window.console (openhab#2572)
Browse files Browse the repository at this point in the history
Was added when implementing openhab#2536 for test purpose and I forgot to
remove it.

Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored May 10, 2024
1 parent 5282f44 commit ce17983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundles/org.openhab.ui.basic/web-src/smarthome.js
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@
};

function emitEvent(value) {
window.console.log("send " + value);
_t.parentNode.dispatchEvent(createEvent(
"control-change", {
item: _t.item,
Expand Down

0 comments on commit ce17983

Please sign in to comment.