Skip to content

Commit f35b0ad

Browse files
author
James Cor
committed
remove debug
1 parent 6eb914a commit f35b0ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/handler.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,6 @@ func (h *Handler) resultForDefaultIter(ctx *sql.Context, c *mysql.Conn, schema s
680680
}
681681

682682
ctx.GetLogger().Tracef("spooling result row %s", outputRow)
683-
if len(r.Rows) == 0 {
684-
print()
685-
}
686683
r.Rows = append(r.Rows, outputRow)
687684
r.RowsAffected++
688685
case <-timer.C:

0 commit comments

Comments
 (0)