Skip to content

Commit d0f468b

Browse files
committed
removed an unnecessary print statement
1 parent 7c90544 commit d0f468b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cmd/internal/runtest_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"context"
1919
"encoding/json"
2020
"errors"
21-
"fmt"
2221
"io"
2322
"os"
2423
"testing"
@@ -63,7 +62,6 @@ func TestRunTest(t *testing.T) {
6362
},
6463
}
6564

66-
fmt.Println("tests", testCases)
6765
ctx := context.Background()
6866
for name, tc := range testCases {
6967
t.Run(name, func(t *testing.T) {

0 commit comments

Comments
 (0)