remove debug logging
This commit is contained in:
parent
0915265f40
commit
00c0069fa9
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ class RegExManager {
|
||||||
let RESULT = {};
|
let RESULT = {};
|
||||||
RESULT[`state`] = false;
|
RESULT[`state`] = false;
|
||||||
try {
|
try {
|
||||||
console.log(expression);
|
|
||||||
RESULT[`expression`] = new RegExp(expression);
|
RESULT[`expression`] = new RegExp(expression);
|
||||||
RESULT[`state`] = true;
|
RESULT[`state`] = true;
|
||||||
} catch(err) {};
|
} catch(err) {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue