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:
Aaron Son
2021-11-23 09:47:44 -08:00
committed by GitHub

View File

@@ -99,7 +99,6 @@ func decodeXLSXRows(ctx context.Context, vrw types.ValueReadWriter, xlData [][][
}
rows = append(rows, r)
fmt.Println(rows)
}
}