remove fprintf

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2021-04-12 15:35:21 +01:00
parent 3a1b5ce682
commit efebf2525f
No known key found for this signature in database
GPG Key ID: 3CDE74631F13A748
1 changed files with 0 additions and 2 deletions

View File

@ -601,8 +601,6 @@ func (engine *Engine) dumpTables(tables []*schemas.Table, w io.Writer, tp ...sch
}
defer rows.Close()
fmt.Fprintf(os.Stdout, "%s: table.Type: %T\n", dstTableName, table.Type)
if table.Type != nil {
val := reflect.New(table.Type)
for rows.Next() {