Remove println
This commit is contained in:
parent
52af3df1c6
commit
208f96e892
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ fun Lyrics(
|
|||
val synchronizedLyrics = remember(lyrics) {
|
||||
SynchronizedLyrics(lyrics) {
|
||||
player.currentPosition
|
||||
}.also {
|
||||
println("index: ${it.index}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue