From 473a0db1ad7ea69c8827b5151387ee9c59e3a72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Wed, 25 Sep 2024 13:03:52 -0300 Subject: [PATCH] rm test log --- src/core/raps/unlockAndSwap.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/raps/unlockAndSwap.test.ts b/src/core/raps/unlockAndSwap.test.ts index 352b3f4847..2f88239f1b 100644 --- a/src/core/raps/unlockAndSwap.test.ts +++ b/src/core/raps/unlockAndSwap.test.ts @@ -242,7 +242,6 @@ test('[rap/unlockAndSwap] :: create unwrap eth rap', async () => { assetToSell: WETH_MAINNET_ASSET, assetToBuy: ETH_MAINNET_ASSET, }); - console.log('-- rap.actions', rap.actions); expect(rap.actions.length).toBe(1); });