mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: Remove debug logs
This commit is contained in:
parent
9b78daa189
commit
57cc6579e1
|
@ -226,7 +226,6 @@ export const initReservesByHelper = async (
|
|||
|
||||
console.log(`- Reserves initialization in ${chunkedInitInputParams.length} txs`);
|
||||
for (let chunkIndex = 0; chunkIndex < chunkedInitInputParams.length; chunkIndex++) {
|
||||
console.log('batchInit', chunkedInitInputParams[chunkIndex]);
|
||||
const tx3 = await waitForTx(
|
||||
await configurator.batchInitReserve(chunkedInitInputParams[chunkIndex])
|
||||
);
|
||||
|
@ -272,7 +271,6 @@ export const configureReservesByHelper = async (
|
|||
helpers: AaveProtocolDataProvider,
|
||||
admin: tEthereumAddress
|
||||
) => {
|
||||
console.log('entering');
|
||||
const addressProvider = await getLendingPoolAddressesProvider();
|
||||
const atokenAndRatesDeployer = await getATokensAndRatesHelper();
|
||||
const tokens: string[] = [];
|
||||
|
@ -316,7 +314,6 @@ export const configureReservesByHelper = async (
|
|||
const [, tokenAddress] = (Object.entries(tokenAddresses) as [string, string][])[
|
||||
assetAddressIndex
|
||||
];
|
||||
console.log(assetSymbol);
|
||||
const { usageAsCollateralEnabled: alreadyEnabled } = await helpers.getReserveConfigurationData(
|
||||
tokenAddress
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user