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

@ -111,7 +111,6 @@ export class FetchAndCompile extends Plugin {
await this.call('contentImport', 'resolveAndSave', url).then((result) => cb(null, result)).catch((error) => cb(error.message))
}
})
console.log('compData', compData)
await this.call('compilerArtefacts', 'addResolvedContract', contractAddress, compData)
return compData
}

Loading…
Cancel
Save