Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkicks committed Mar 26, 2024
1 parent 1dc2792 commit fec43c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Library/ViewModels/PostCampaignCheckoutViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ public class PostCampaignCheckoutViewModel: PostCampaignCheckoutViewModelType,
}

self.showErrorBannerWithMessage = validateCheckout.errors()
.map { error in
print(error) // [0] String "Couldn't find Checkout with 'id'=Q2hlY2tvdXQtMTk4MzM2NjQ2"
return Strings.Something_went_wrong_please_try_again()
}
.map { _ in Strings.Something_went_wrong_please_try_again() }
}

// MARK: - Inputs
Expand Down

0 comments on commit fec43c3

Please sign in to comment.