Skip to content

Commit

Permalink
Update packages/next-admin/src/handlers/resources.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Regourd Colin <[email protected]>
  • Loading branch information
foyarash and cregourd authored Feb 3, 2025
1 parent 92a4001 commit 9105334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-admin/src/handlers/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const deleteResource = async ({
}: DeleteResourceParams) => {
const modelIdProperty = getModelIdProperty(resource);

console.log("modelOptions middlewares", modelOptions?.middlewares);

if (modelOptions?.middlewares?.delete) {
// @ts-expect-error
Expand Down

0 comments on commit 9105334

Please sign in to comment.