Skip to content

Commit

Permalink
Merge pull request #455 from layer5io/theBeginner86-patch-1
Browse files Browse the repository at this point in the history
[chore] Remove Debug Logs
  • Loading branch information
nebula-aac authored Jan 8, 2024
2 parents 689a07e + 2014a07 commit 44df8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/custom/ResponsiveDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const ResponsiveDataTable = ({

React.useEffect(() => {
columns?.forEach((col) => {
console.log('Current Column:', col);
if (typeof col === 'object' && col !== null) {
if (!col.options) {
col.options = {};
Expand Down

0 comments on commit 44df8e0

Please sign in to comment.