Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Nov 18, 2023
1 parent d10b91e commit 15e0294
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ struct HomeView: View {
@StateObject var panModalPresenter: PanModalPresenter

var body: some View {
let _ = print("HomeView: challengeWidgetViewStateKs = \(viewModel.challengeWidgetViewStateKs)")

return ZStack {
ZStack {
UIViewControllerEventsWrapper(
onViewDidAppear: {
viewModel.logViewedEvent()
Expand Down

0 comments on commit 15e0294

Please sign in to comment.