remove stray console.log

This commit is contained in:
nieve 2024-06-12 18:02:06 -04:00
parent 168b9d3246
commit f2a455b984

View file

@ -688,7 +688,6 @@ export default {
seekbar.style.background = `linear-gradient(${array.join(",")})`;
seekbar.addEventListener("mouseup", () => {
console.log(111);
this.$refs.videoEl.focus();
});
},