From 84b7e0a36f93c77f16b5d37806f902589990a6ae Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Abou Hatem De Liz Date: Mon, 29 Jan 2024 10:24:55 -0300 Subject: [PATCH] removing log; --- balancer-js/src/modules/pools/apr/apr.integration.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/balancer-js/src/modules/pools/apr/apr.integration.spec.ts b/balancer-js/src/modules/pools/apr/apr.integration.spec.ts index e66cbbaa8..b207e9b36 100644 --- a/balancer-js/src/modules/pools/apr/apr.integration.spec.ts +++ b/balancer-js/src/modules/pools/apr/apr.integration.spec.ts @@ -65,7 +65,6 @@ describe('APR tests', () => { const pool = await pools.find(auraBALveBAL); if (pool) { const apr = await pools.apr(pool); - console.log(apr); expect(apr.tokenAprs.total).to.be.greaterThan(1); } else { throw 'no pool found';