From a3d0b813634f8542b4914e9d07328c9917326f44 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 26 Aug 2020 12:06:19 +0200 Subject: [PATCH] remove log --- libs/remix-lib/src/execution/txRunner.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-lib/src/execution/txRunner.js b/libs/remix-lib/src/execution/txRunner.js index 32c625d94d..b2f21b6752 100644 --- a/libs/remix-lib/src/execution/txRunner.js +++ b/libs/remix-lib/src/execution/txRunner.js @@ -177,7 +177,6 @@ class TxRunner { }) } this.executionContext.web3().eth.estimateGas(tx, (err, gasEstimation) => { - console.log(err, gasEstimation) if (err && err.message.indexOf('Invalid JSON RPC response') !== -1) { // https://github.com/WalletConnect/walletconnect-monorepo/issues/334 err = 'Gas estimation failed because of an unknown internal error. This may indicated that the transaction will fail.'