Skip to content

Commit 8fb23fc

Browse files
SimonBaeumerdylanhitt
authored andcommitted
style
1 parent 51f038b commit 8fb23fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/runtime/runner.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {
2727
var wg sync.WaitGroup
2828
wg.Add(1)
2929

30-
3130
go func(tests chan TestCase) {
3231
defer wg.Done()
3332

@@ -54,7 +53,6 @@ func (r *Runner) Run(tests []TestCase) <-chan TestResult {
5453

5554
result.Node = node
5655
result.Tries = i
57-
fmt.Println(result)
5856

5957
if result.ValidationResult.Success {
6058
break

0 commit comments

Comments
 (0)