From 041049ae7b7d69f155172e6f80ae2af0607db8dd Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 22 Dec 2022 21:56:23 +0100 Subject: [PATCH] remove 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 e1c3543e8f..d23f49ee3d 100644 --- a/libs/remix-simulator/src/VmProxy.ts +++ b/libs/remix-simulator/src/VmProxy.ts @@ -205,7 +205,6 @@ export class VmProxy { try { const depth = data.depth + 1 // geth starts the depth from 1 if (!this.processingHash) { - console.log('no tx processing') return } let previousopcode