[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 <lg.hc@free.fr>
pull/2573/head^2
lolodomo 2024-05-10 10:24:42 +02:00 committed by GitHub
parent 5282f447fd
commit ce17983cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1179,7 +1179,6 @@
}; };
function emitEvent(value) { function emitEvent(value) {
window.console.log("send " + value);
_t.parentNode.dispatchEvent(createEvent( _t.parentNode.dispatchEvent(createEvent(
"control-change", { "control-change", {
item: _t.item, item: _t.item,