From 422ac4dca391970fc7d1eced63744508c7f359fc Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Thu, 16 Jan 2025 20:50:04 +0300 Subject: [PATCH] remove console.log --- tests/utils-e2e.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/utils-e2e.ts b/tests/utils-e2e.ts index 93e8c1a9f..1c74b820a 100644 --- a/tests/utils-e2e.ts +++ b/tests/utils-e2e.ts @@ -575,8 +575,6 @@ export async function testE2E( const swapTx = await ts.simulate(swapParams); - console.log('swapTx: ', swapTx); - // Only log gas estimate if testing against API if (useAPI) { const gasUsed = swapTx.gasUsed || '0';