From c2d5655d71e4ab0e74eb9f32f529c067b748f1f1 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 26 Aug 2024 02:01:26 -0400 Subject: [PATCH] Update v-next/hardhat-node-test-runner/src/task-action.ts Co-authored-by: Patricio Palladino --- v-next/hardhat-node-test-runner/src/task-action.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/v-next/hardhat-node-test-runner/src/task-action.ts b/v-next/hardhat-node-test-runner/src/task-action.ts index 9e69162b13..992388b537 100644 --- a/v-next/hardhat-node-test-runner/src/task-action.ts +++ b/v-next/hardhat-node-test-runner/src/task-action.ts @@ -89,7 +89,6 @@ const testWithHardhat: NewTaskActionFunction = async ( } const testFailures = await runTests(); - console.log("Failures: ", testFailures); if (testFailures > 0) { process.exitCode = testFailures;