Skip to content

Commit

Permalink
Remove useless print
Browse files Browse the repository at this point in the history
Signed-off-by: ritwizsinha <[email protected]>
  • Loading branch information
ritwizsinha committed Sep 16, 2021
1 parent d6085c6 commit 7cb20f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,6 @@ func testFile(t *testing.T, filename, tempDir string) {
fail := false
expected := strings.Builder{}
for tcase := range iterateExecFile(filename) {
fmt.Println(tcase)
t.Run(fmt.Sprintf("%d : %s", tcase.lineno, tcase.comments), func(t *testing.T) {
if tcase.output == "" && tcase.errStr == "" {
tcase.output = tcase.input
Expand Down

0 comments on commit 7cb20f5

Please sign in to comment.