Skip to content

Commit

Permalink
Remove debug exit call
Browse files Browse the repository at this point in the history
  • Loading branch information
gvallee committed Jan 24, 2022
1 parent 943b02c commit 2857a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/cmd/openhpca_run/openhpca_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func main() {
}
}
}
os.Exit(42)

for benchmarkName, installedBenchmark := range benchmarksToRun {
for _, subBenchmark := range installedBenchmark.SubBenchmarks {
Expand Down

0 comments on commit 2857a7c

Please sign in to comment.