Skip to content

Commit eda80ef

Browse files
committed
app.js clean up
1 parent a3cf44f commit eda80ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function onClose() {
7070
async function onHandle3Ds(payload, orderId) {
7171
const { liabilityShifted, liabilityShift } = payload;
7272

73-
console.log("payload", payload);
7473
if (liabilityShift === "POSSIBLE") {
7574
await onCaptureOrder(null, null, orderId);
7675
} else if (liabilityShifted === false || liabilityShifted === undefined) {

0 commit comments

Comments
 (0)