From 77e21c6cd83951bda756b78574a8442314d3d90c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 18 Oct 2023 16:36:53 +0200 Subject: [PATCH] rm comments --- libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts b/libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts index 260013062f..b6de9788a5 100644 --- a/libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts +++ b/libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts @@ -58,7 +58,6 @@ export class FetchAndCompile extends Plugin { if (this.unresolvedAddresses.includes(contractAddress)) return localCompilation() if (codeAtAddress === '0x' + UUPSDeployedByteCode) { // proxy - console.log('proxy') const settings = { version: UUPSCompilerVersion, language: UUPSLanguage, @@ -87,7 +86,6 @@ export class FetchAndCompile extends Plugin { } if (codeAtAddress === '0x' + UUPSDeployedByteCodeV5) { // proxy - console.log('UUPSDeployedByteCodeV5') const settings = { version: UUPSCompilerVersionV5, language: UUPSLanguage,