mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-30 19:08:04 +08:00
Removed unused log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user