Skip to content

Commit 1af5952

Browse files
authored
Remove unnecessary code
1 parent 0ce2718 commit 1af5952

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

v-next/hardhat/src/internal/builtin-plugins/clean/task-action.ts

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ const cleanAction: NewTaskActionFunction<CleanActionArguments> = async (
1818

1919
await emptyDir(config.paths.cache);
2020
await remove(config.paths.artifacts);
21-
22-
// TODO: Uncomment this when we have a clearCache method in the artifacts module
23-
// artifacts.clearCache?.();
2421
};
2522

2623
export default cleanAction;

0 commit comments

Comments
 (0)