From c1162a6494ac1dc462320569f90c8d83d9ee35a9 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 18 Oct 2023 16:36:28 +0200 Subject: [PATCH] rm comment --- libs/remix-core-plugin/src/lib/compiler-fetch-and-compile.ts | 1 - 1 file changed, 1 deletion(-) 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 }