From efebf2525f6c35fc6fda6a2341e959bdc306cb1b Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Mon, 12 Apr 2021 15:35:21 +0100 Subject: [PATCH] remove fprintf Signed-off-by: Andrew Thornton --- engine.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine.go b/engine.go index fba4a736..3ccc0d41 100644 --- a/engine.go +++ b/engine.go @@ -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() {