fix: remove redundant debug
closes https://github.com/loopbackio/loopback-connector-mysql/issues/352 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
This commit is contained in:
parent
f8f40a1199
commit
21e3bba4c4
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue