Remove nested.js debug log
That was to check whether or not the RegEx matched.
This commit is contained in:
parent
349d16b06d
commit
fd7a0c2c88
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ nested.dictionary = class dictionary {
|
|||
if (VALUE[`parent`] ? (typeof (VALUE[`parent`])).includes(`obj`) : false) {
|
||||
VALUE[`current`] = nested.dictionary.get(VALUE[`parent`], ADDITIONAL_PLACE);
|
||||
|
||||
console.log(RegExManager.test(VALUE[`current`]) ? (new RegExp(VALUE[`current`])).test(TERM) : `not`);
|
||||
|
||||
if (VALUE[`current`]
|
||||
? ((OPTIONS[`strictness`] >= 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue