Skip to content

Commit ca12154

Browse files
committed
fix
1 parent 1c35e64 commit ca12154

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/flakeguard/cmd/aggregate_results.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package cmd
22

33
import (
4-
"fmt"
54
"log"
65

76
"github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard/reports"
@@ -27,8 +26,6 @@ var AggregateResultsCmd = &cobra.Command{
2726
log.Fatalf("Error aggregating results: %v", err)
2827
}
2928

30-
fmt.Printf("PROJECT PATH: %s\n", projectPath)
31-
3229
// Map test results to paths
3330
err = reports.MapTestResultsToPaths(allReport, projectPath)
3431
if err != nil {

0 commit comments

Comments
 (0)