Skip to content

Commit

Permalink
chore: extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin authored and igalklebanov committed Dec 14, 2024
1 parent f7d46d6 commit 643b3f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/node/src/safe-empty-where-in.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ for (const dialect of DIALECTS) {
.where('first_name', 'in', [])
.returning(['first_name', 'id'])

console.log(
'> delete query with params',
query.compile().sql,
query.compile().parameters,
)

testSql(query, dialect, {
postgres: {
sql: [
Expand Down

0 comments on commit 643b3f2

Please sign in to comment.