Remove println

This commit is contained in:
vfsfitvnm 2022-08-03 21:30:32 +02:00
parent 52af3df1c6
commit 208f96e892

View file

@ -226,8 +226,6 @@ fun Lyrics(
val synchronizedLyrics = remember(lyrics) {
SynchronizedLyrics(lyrics) {
player.currentPosition
}.also {
println("index: ${it.index}")
}
}