Skip to content

Commit

Permalink
misc: remove console log from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Oct 3, 2021
1 parent 0ce1139 commit 9848705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion migrations/3_setup_ownership.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const MarginPool = artifacts.require('MarginPool')
const AddressBook = artifacts.require('AddressBook')
const Controller = artifacts.require('Controller')

const MarginVault = artifacts.require('MarginVault')
const MarginCalculator = artifacts.require('MarginCalculator')

// import config file
Expand Down
3 changes: 0 additions & 3 deletions migrations/4_whitelist_assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module.exports = async function(deployer, network, accounts) {
console.log(`Missing one of WETH, WBTC, USD, skipping this step.`)
return
}
console.log(`Whitelisting WETH with address ${weth}`)
console.log(`Whitelisting WBTC with address ${wbtc}`)
console.log(`Whitelisting USDC with address ${usdc}`)

// whitelist collateral
await whitelist.whitelistCollateral(weth, {from: deployerAddress})
Expand Down

0 comments on commit 9848705

Please sign in to comment.