removed console.log
This commit is contained in:
parent
1367212412
commit
11281c509c
1 changed files with 0 additions and 2 deletions
|
|
@ -13,9 +13,7 @@ function DataOutputComponent({
|
|||
rows: any;
|
||||
columnMode?: "intersection" | "union";
|
||||
}) {
|
||||
console.log("rows", rows);
|
||||
const columns = extractColumnsFromRows(rows, columnMode);
|
||||
console.log("columns", columns);
|
||||
|
||||
const columnDefs = columns.map((col, idx) => ({
|
||||
...col,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue