From 8a76cd7f70d084a7d1c94b555232b318ed54e21d Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 17 Jul 2020 04:21:06 -0700 Subject: [PATCH] remove some debugs --- src/balancer/OceanPool.ts | 2 +- src/balancer/balancerlib.ts | 1 - test/BalancerContractHandler.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/balancer/OceanPool.ts b/src/balancer/OceanPool.ts index 266d2bc9..ea563b4a 100644 --- a/src/balancer/OceanPool.ts +++ b/src/balancer/OceanPool.ts @@ -306,7 +306,7 @@ export class OceanPool extends Pool { } /** - * Search all pools that has DT in his composition + * Search all pools that have DT in their composition * @param {String} account * @param {String} dtAddress * @return {String[]} diff --git a/src/balancer/balancerlib.ts b/src/balancer/balancerlib.ts index 138cc3fa..58074111 100644 --- a/src/balancer/balancerlib.ts +++ b/src/balancer/balancerlib.ts @@ -395,7 +395,6 @@ export class Pool extends PoolFactory { poolAddress: string, token: string ): Promise { - console.log('getReserve for token:' + token) const pool = new this.web3.eth.Contract(this.PoolABI, poolAddress, { from: account }) diff --git a/test/BalancerContractHandler.ts b/test/BalancerContractHandler.ts index cf976d2c..0efb5004 100644 --- a/test/BalancerContractHandler.ts +++ b/test/BalancerContractHandler.ts @@ -38,7 +38,6 @@ export class BalancerContractHandler { if (err) console.log('DeployContracts: ' + err) return estGas }) - console.log('estGas:' + estGas) // deploy the contract and get it's address this.factoryAddress = await this.factory .deploy({