Removed unused log

This commit is contained in:
Peng-YM 2020-12-12 16:11:28 +08:00
parent 944609ec26
commit bf8be6e0cb
2 changed files with 2 additions and 3 deletions

View File

@ -3099,7 +3099,6 @@ function clone(object) {
}
function buildRegex(str, ...options) {
console.log("OOOOOOO: " + str);
options = options.join("");
if (str.startsWith("(?i)")) {
str = str.substr(4);

File diff suppressed because one or more lines are too long