mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[web] Remove console.log() output
This commit is contained in:
parent
f0cc3ded00
commit
026e80ed64
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user