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:
parent
8d50bf638a
commit
8a76cd7f70
@ -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[]}
|
||||
|
@ -395,7 +395,6 @@ export class Pool extends PoolFactory {
|
||||
poolAddress: string,
|
||||
token: string
|
||||
): Promise<string> {
|
||||
console.log('getReserve for token:' + token)
|
||||
const pool = new this.web3.eth.Contract(this.PoolABI, poolAddress, {
|
||||
from: account
|
||||
})
|
||||
|
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user