mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
remove debug code
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user