Skip to content

Commit 2b5bc78

Browse files
committed
chore: remove log
1 parent 722ce8a commit 2b5bc78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/utils/abilities.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ export const listProducts = defineAbility({ allowGuest: true }, () => true)
66
export const createProduct = defineAbility(() => true)
77

88
export const editProduct = defineAbility((user: User, product: Product) => {
9-
console.log(user, product)
109
return user.id === product.ownerId
1110
})

0 commit comments

Comments
 (0)