From 5de838228510d5028a6007bca2a8195cf29b4289 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 29 Oct 2023 19:12:11 +0100 Subject: [PATCH] remove debug code --- frontend/src/components/sliderView.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/components/sliderView.vue b/frontend/src/components/sliderView.vue index 3136795..6616abc 100644 --- a/frontend/src/components/sliderView.vue +++ b/frontend/src/components/sliderView.vue @@ -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 ); } } \ No newline at end of file