Skip to content

Commit

Permalink
fix: removing console.log from assets-data-table
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcastr0 committed Feb 26, 2025
1 parent 93e8fb6 commit 1bf672d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/(routes)/assets/assets-data-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ export const AssetsDataTable: React.FC<AssetsTableProps> = (props) => {
showInfo(message)
}

console.log('form->', form)
console.log('total->', total)
console.log('pagination->', pagination)

return (
<FormProvider {...form}>
<EntityBox.Root>
Expand Down

0 comments on commit 1bf672d

Please sign in to comment.