Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Sep 26, 2023
1 parent 69e0de5 commit d3a2ba3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class ViewerFragment : Fragment(), MavericksView {
}

private fun show(s: Status) {
println("ViewerFragment.show ${s.name}")
binding.apply {
when (s) {
Status.LoadingMetadata -> {
Expand Down

0 comments on commit d3a2ba3

Please sign in to comment.