Skip to content

Commit 21e3bba

Browse files
committed
fix: remove redundant debug
closes #352 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent f8f40a1 commit 21e3bba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mysql.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,6 @@ MySQL.prototype.buildExpression = function(columnName, operator, operatorValue,
561561
clause = columnName + ' REGEXP BINARY ?';
562562
}
563563

564-
if (operatorValue.ignoreCase)
565-
g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`i`}} flag');
566564
if (operatorValue.global)
567565
g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`g`}} flag');
568566

0 commit comments

Comments
 (0)