Removes logs from previous commit

This commit is contained in:
Vitor Pamplona 2024-08-07 18:34:38 -04:00
parent ed0676a5f5
commit 7bcf4e3750

View File

@ -444,10 +444,8 @@ private fun ZoomableContentView(
state: RichTextViewerState,
accountViewModel: AccountViewModel,
) {
println("AABBCC ZoomableContentView -- ${state.imagesForPager.keys.joinToString("..") { it }}")
state.imagesForPager[word]?.let {
Box(modifier = HalfVertPadding) {
println("AABBCC ZoomableContentView inside $word")
ZoomableContentView(it, state.imageList, roundedCorner = true, isFiniteHeight = false, accountViewModel)
}
}