Skip to content

Commit

Permalink
Removes logs from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Aug 7, 2024
1 parent ed0676a commit 7bcf4e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 7bcf4e3

Please sign in to comment.