Skip to content

Commit

Permalink
cleanup: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Aug 20, 2023
1 parent 6e84435 commit 7cf6108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class ExploreDropdownComponent : Component<Unit>(), KoinComponent {
val effect = render(spaceListingComponent)

(effect as? LazyEffect)?.state?.subscribe { success ->
println("aboba: exploreDropdown: received state: $success")
this@dropdown.visible = success
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ class SpaceListingComponent : Component<Unit>(), KoinComponent {

state.value = true
} else {
println("aboba: spaceListing: setting false state")

state.value = false
}
}
Expand Down

0 comments on commit 7cf6108

Please sign in to comment.