Skip to content

Commit a7f0810

Browse files
committed
refactor(cypress): remove unintentional addition of console log
1 parent 73b9465 commit a7f0810

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: cypress-tests/cypress/e2e/spec/Payment/00006-NoThreeDSManualCapture.cy.js

-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
165165
"card_pm"
166166
]["PaymentIntent"];
167167

168-
console.log("PaymentIntentAmount: ", PaymentIntentAmount);
169-
170168
cy.createPaymentIntentTest(
171169
fixtures.createPaymentBody,
172170
data,

0 commit comments

Comments
 (0)