Skip to content

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed May 4, 2024
1 parent 46c135d commit de7b414
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs/public/oplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,11 @@
})
])
.create()
.on(console.log)
.on((e) => {
if (e.type != 'timeupdate' || e.type != 'progress') {
console.log(e)
}
})

if (playlist.length) {
deps.push([
Expand Down

0 comments on commit de7b414

Please sign in to comment.