pull/4143/head
filip mertens 1 year ago committed by bunsenstraat
parent 77e21c6cd8
commit 98ccc1ee4c
  1. 1
      libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts

@ -41,7 +41,6 @@ export class FetchAndCompile extends Plugin {
* @return {CompilerAbstract} - compilation data targeting the given @arg contractAddress
*/
async resolve (contractAddress, codeAtAddress, targetPath) {
console.log('resolve', contractAddress, codeAtAddress, targetPath)
contractAddress = toChecksumAddress(contractAddress)
const localCompilation = async () => {

Loading…
Cancel
Save