remove fprintf
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
3a1b5ce682
commit
efebf2525f
|
@ -601,8 +601,6 @@ func (engine *Engine) dumpTables(tables []*schemas.Table, w io.Writer, tp ...sch
|
||||||
}
|
}
|
||||||
defer rows.Close()
|
defer rows.Close()
|
||||||
|
|
||||||
fmt.Fprintf(os.Stdout, "%s: table.Type: %T\n", dstTableName, table.Type)
|
|
||||||
|
|
||||||
if table.Type != nil {
|
if table.Type != nil {
|
||||||
val := reflect.New(table.Type)
|
val := reflect.New(table.Type)
|
||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
|
|
Loading…
Reference in New Issue