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,