From 3e69c7e6d487af26bbc65d63038527bd4fbea7be Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 20 Jan 2023 17:01:12 +0100 Subject: [PATCH] remove console.log --- libs/remix-simulator/src/VmProxy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-simulator/src/VmProxy.ts b/libs/remix-simulator/src/VmProxy.ts index e2254e2876..a7c6ae323a 100644 --- a/libs/remix-simulator/src/VmProxy.ts +++ b/libs/remix-simulator/src/VmProxy.ts @@ -350,7 +350,6 @@ export class VmProxy { const block = this.vmContext.blocks[blockNumber] const txHash = '0x' + block.transactions[block.transactions.length - 1].hash().toString('hex') - console.log(this.storageCache, txHash, address) if (this.storageCache['after_' + txHash] && this.storageCache['after_' + txHash][address]) { const slot = '0x' + keccak(toBuffer(ethers.utils.hexZeroPad(position, 32))).toString('hex')