Skip to content

Commit

Permalink
remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ac615223s5 committed Jun 12, 2024
1 parent 168b9d3 commit f2a455b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ export default {
seekbar.style.background = `linear-gradient(${array.join(",")})`;

seekbar.addEventListener("mouseup", () => {
console.log(111);
this.$refs.videoEl.focus();
});
},
Expand Down

0 comments on commit f2a455b

Please sign in to comment.