clean: removed console log

This commit is contained in:
Hadrien Charlanes 2021-04-30 12:08:09 +02:00
parent c907d15e22
commit c8ff80b6a3

View File

@ -347,7 +347,6 @@ export const configureReservesByHelper = async (
console.log(`- Configure reserves in ${chunkedInputParams.length} txs`);
for (let chunkIndex = 0; chunkIndex < chunkedInputParams.length; chunkIndex++) {
console.log('chunk ', chunkedInputParams[chunkIndex]);
await waitForTx(
await atokenAndRatesDeployer.configureReserves(chunkedInputParams[chunkIndex], {
gasLimit: 12000000,