Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
sfriedman-stripe committed May 10, 2024
1 parent 85e89d0 commit 8fa2f8a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ internal class VoucherAuthenticator @Inject constructor(
requestOptions: ApiRequest.Options
) {
val detailsData = authenticatable.nextActionData as NextActionData.DisplayVoucherDetails
println(authenticatable.nextActionType)
if (detailsData.hostedVoucherUrl == null) {
ErrorReporter.createFallbackInstance(context).report(
ErrorReporter.UnexpectedErrorEvent.MISSING_HOSTED_VOUCHER_URL,
Expand Down

0 comments on commit 8fa2f8a

Please sign in to comment.