[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
parent
5282f447fd
commit
ce17983cdf
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue