style: 移除参数配置控制台输出

This commit is contained in:
TsMask
2023-12-29 11:49:07 +08:00
parent aa0c92a8d1
commit e4c829a46d

View File

@@ -1042,7 +1042,6 @@ function ruleVerification(row: Record<string, any>): (string | boolean)[] {
if (filter) {
try {
let regex = new RegExp(filter);
console.log(regex, regex.test(value));
if (!regex.test(value)) {
return [
false,