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 = {};
|
||||
RESULT[`state`] = false;
|
||||
try {
|
||||
console.log(expression);
|
||||
RESULT[`expression`] = new RegExp(expression);
|
||||
RESULT[`state`] = true;
|
||||
} catch(err) {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue