remove debug code

This commit is contained in:
2023-10-29 19:12:11 +01:00
parent eaf24e4dee
commit 5de8382285

View File

@@ -144,11 +144,6 @@ export default {
this.originalPos = Math.ceil( this.position / this.duration * ( document.getElementById( 'progress-slider-' + this.name ).scrollWidth - 5 ) );
}
}
},
created() {
setTimeout( () => {
console.log( document.getElementById( 'progress-slider-' + this.name ).scrollWidth );
}, 1000 );
}
}
</script>