rm comments

pull/4143/head
filip mertens 1 year ago committed by bunsenstraat
parent eecb29dcf9
commit 77e21c6cd8
  1. 2
      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,

Loading…
Cancel
Save