From 98ccc1ee4cb82dc87b6b75d1f5043e023a011dc9 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 () => {