Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Jun 18, 2024
1 parent 11385d0 commit 733f0e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/query/createTableColumnsFromQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ export const createTableColumnsFromQuery: CreateTableDataFromQuery = ({

const dynamicColumns = getDynamicColumns(sortedQueryTableData, query);

console.log(dynamicColumns);
const { filledDynamicColumns, rowsLength } = fillColumnsData(
sortedQueryTableData,
dynamicColumns,
Expand Down

0 comments on commit 733f0e2

Please sign in to comment.