Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Dec 13, 2024
1 parent 8390205 commit ea2bcad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next-admin/src/utils/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,6 @@ export const getDataItem = async <M extends ModelName>({
where: { [idProperty]: resourceId },
});

console.dir(data, { depth: null });

Object.entries(data).forEach(([key, value]) => {
if (Array.isArray(value)) {
const fieldType =
Expand Down

0 comments on commit ea2bcad

Please sign in to comment.