Skip to content

Commit da54248

Browse files
committed
refactor: remove commented-out logging code in relay-adapt-7702 tests
1 parent 2336a4f commit da54248

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/contracts/relay-adapt/__tests__/relay-adapt-7702.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,7 @@ describe('relay-adapt-7702', function test() {
279279
// Send shield on chain
280280
const txResponse = await sendTransactionWithLatestNonce(ethersWallet, shieldTx);
281281

282-
// console.log(`Transaction hash: ${txResponse.hash}`);
283282
const receipt = await txResponse.wait();
284-
// console.log(`Transaction status: ${receipt?.status}`);
285-
286-
// if (receipt) {
287-
// console.log('Logs length:', receipt.logs.length);
288-
// receipt.logs.forEach((log, index) => {
289-
// console.log(`Log ${index} address: ${log.address}`);
290-
// console.log(`Log ${index} topics: ${log.topics}`);
291-
// });
292-
// }
293283

294284
if (receipt?.status === 0) {
295285
console.error('Transaction failed');

0 commit comments

Comments
 (0)