mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 18:59:03 -06:00
Merge pull request #2432 from dolthub/aaron/xlsx-decode-no-nsquared-printing
go/libraries/doltcore/table/untyped/xlsx: Fix bug where this spammed internal representation of the imported rows to Stdout.
This commit is contained in:
@@ -99,7 +99,6 @@ func decodeXLSXRows(ctx context.Context, vrw types.ValueReadWriter, xlData [][][
|
||||
}
|
||||
|
||||
rows = append(rows, r)
|
||||
fmt.Println(rows)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user