Skip to content

Commit a83bd54

Browse files
refactor: remove debug logging from meta-tx tests
1 parent a3a5c80 commit a83bd54

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

e2e/tests/meta-tx.test.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,18 +1535,6 @@ describe("meta-tx", () => {
15351535
s: approveS,
15361536
v: approveV
15371537
} = getSignatureParameters(approveRawSignature);
1538-
console.log(
1539-
"DEBUG approveStructuredData.message:",
1540-
JSON.stringify(approveStructuredData.message)
1541-
);
1542-
console.log(
1543-
"DEBUG approveStructuredData.domain:",
1544-
JSON.stringify(approveStructuredData.domain)
1545-
);
1546-
console.log("DEBUG approveR:", approveR);
1547-
console.log("DEBUG approveS:", approveS);
1548-
console.log("DEBUG approveV:", approveV);
1549-
console.log("DEBUG exchangeToken:", exchangeToken);
15501538
const nativeMetaTx = await buyerCoreSdk.relayNativeMetaTransaction(
15511539
exchangeToken,
15521540
{

0 commit comments

Comments
 (0)