1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove some debugs

This commit is contained in:
alexcos20 2020-07-17 04:21:06 -07:00
parent 8d50bf638a
commit 8a76cd7f70
3 changed files with 1 additions and 3 deletions

View File

@ -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} account
* @param {String} dtAddress * @param {String} dtAddress
* @return {String[]} * @return {String[]}

View File

@ -395,7 +395,6 @@ export class Pool extends PoolFactory {
poolAddress: string, poolAddress: string,
token: string token: string
): Promise<string> { ): Promise<string> {
console.log('getReserve for token:' + token)
const pool = new this.web3.eth.Contract(this.PoolABI, poolAddress, { const pool = new this.web3.eth.Contract(this.PoolABI, poolAddress, {
from: account from: account
}) })

View File

@ -38,7 +38,6 @@ export class BalancerContractHandler {
if (err) console.log('DeployContracts: ' + err) if (err) console.log('DeployContracts: ' + err)
return estGas return estGas
}) })
console.log('estGas:' + estGas)
// deploy the contract and get it's address // deploy the contract and get it's address
this.factoryAddress = await this.factory this.factoryAddress = await this.factory
.deploy({ .deploy({