Skip to content

Commit

Permalink
Merge pull request #98 from cerebruminc/lucianbuzzo/errant-log
Browse files Browse the repository at this point in the history
fix: remove leftover debug statement
  • Loading branch information
LucianBuzzo authored Mar 29, 2024
2 parents 31addb0 + de1f867 commit 40c89c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ export const expressionToSQL = async <
}

debug("Creating RLS expression from", getExpression.toString());
console.log(getExpression.toString());

// Create an ephemeral client to capture the SQL query
const baseClient = new PrismaClient({
Expand Down

0 comments on commit 40c89c6

Please sign in to comment.