Skip to content

Commit

Permalink
remove is null console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored Aug 21, 2018
1 parent 82b380e commit 02cb457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = (bookshelf, settings) => {
if (settings.nullValue === null) {
options.query.whereNull(`${result(this, 'tableName')}.${settings.field}`)
} else {
console.log('is null')
options.query.where(`${result(this, 'tableName')}.${settings.field}`, settings.nullValue)
}
}
Expand Down

0 comments on commit 02cb457

Please sign in to comment.