We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4452d28 commit 00397eaCopy full SHA for 00397ea
v-next/hardhat/src/internal/helpers/config-loading.ts
@@ -43,7 +43,6 @@ export async function importUserConfig(configPath: string) {
43
throw new HardhatError(ERRORS.GENERAL.INVALID_CONFIG_PATH, { configPath });
44
}
45
46
- console.log("also here", pathToFileURL(normalizedPath).href);
47
const imported = await import(pathToFileURL(normalizedPath).href);
48
49
if (!("default" in imported)) {
0 commit comments