Skip to content

Commit

Permalink
Update lyric-parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 authored Oct 17, 2019
1 parent ed8b9ab commit d9b4fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/lyric-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default class Lyric {
this.lines.sort((a, b) => {
return a.time - b.time
})
console.log(this.lines);
}

_findcurLineIndex(time) {
Expand Down

0 comments on commit d9b4fd9

Please sign in to comment.