remove debug logging

This commit is contained in:
buzz-lightsnack-2007 2024-05-25 10:05:30 +08:00
parent 0915265f40
commit 00c0069fa9

View file

@ -14,7 +14,6 @@ class RegExManager {
let RESULT = {};
RESULT[`state`] = false;
try {
console.log(expression);
RESULT[`expression`] = new RegExp(expression);
RESULT[`state`] = true;
} catch(err) {};