[web] Remove console.log() output

This commit is contained in:
Alain Nussbaumer 2023-11-25 16:48:11 +01:00
parent f0cc3ded00
commit 026e80ed64

View File

@ -159,7 +159,6 @@ export default {
verseDuration = this.lyrics[index + 1][1] - verse[1]
}
const unitDuration = verseDuration / verse[0].length
console.log(`${unitDuration}`)
// Split verse into words
let duration = 0
return verse[0].match(/\S+\s*/g).map((word) => {