Skip to content

Commit 00397ea

Browse files
committed
fixed CI
1 parent 4452d28 commit 00397ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v-next/hardhat/src/internal/helpers/config-loading.ts

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export async function importUserConfig(configPath: string) {
4343
throw new HardhatError(ERRORS.GENERAL.INVALID_CONFIG_PATH, { configPath });
4444
}
4545

46-
console.log("also here", pathToFileURL(normalizedPath).href);
4746
const imported = await import(pathToFileURL(normalizedPath).href);
4847

4948
if (!("default" in imported)) {

0 commit comments

Comments
 (0)