Skip to content

Commit

Permalink
fix: remove redundant debug
Browse files Browse the repository at this point in the history
closes #352

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Aug 10, 2022
1 parent f8f40a1 commit 21e3bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ MySQL.prototype.buildExpression = function(columnName, operator, operatorValue,
clause = columnName + ' REGEXP BINARY ?';
}

if (operatorValue.ignoreCase)
g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`i`}} flag');
if (operatorValue.global)
g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`g`}} flag');

Expand Down

0 comments on commit 21e3bba

Please sign in to comment.