Skip to content

Commit 9beaaa2

Browse files
committed
remove extra logs
1 parent 9574562 commit 9beaaa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/modules/gasEstimator/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class GasEstimator {
1515
const self = this;
1616
let gasMap = {};
1717
self.events.request('contracts:contract', contractName, (contract) => {
18-
self.logger.info("Generating three rounds of fuzz for contract -- ", contractName);
1918
let fuzzMap = self.fuzzer.generateFuzz(3, contract);
20-
self.logger.info("-- Beginning gastimation for contract -- " + contractName);
2119
let contractObj = new web3.eth.Contract(contract.abiDefinition, contract.deployedAddress);
2220
async.each(contract.abiDefinition.filter((x) => x.type !== "event"),
2321
(abiMethod, gasCb) => {

0 commit comments

Comments
 (0)