Skip to content

Commit

Permalink
chore: 🔇 remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dennemark committed Nov 14, 2024
1 parent f666f87 commit 636bcd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ describe('prisma extension casl', () => {
const client = seedClient.$extends(
useCaslAbilities(builderFactory, {
beforeQuery: async (tx) => {
console.log("hier")
await tx.post.create({
data: {
text: 'abc',
Expand Down

0 comments on commit 636bcd2

Please sign in to comment.