From 304baa1cbaabcfca2ddb372586097dc3b1b2a6fe Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 18 Oct 2023 16:37:41 +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 b6de9788a5..d004888a58 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 @@ -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 () => {