We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fd42b commit bfe592dCopy full SHA for bfe592d
1 file changed
src/components/BootstrapBlazor.Player/Player.razor.js
@@ -116,7 +116,6 @@ const handlerEventName = (name, p) => {
116
player.on(name, () => {
117
const fire = el.getAttribute('data-bb-event') === 'true';
118
if (fire) {
119
- console.log(name);
120
invoke.invokeMethodAsync(method, name);
121
}
122
});
0 commit comments