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 1ada35bd0d..260013062f 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 @@ -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 }