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({