Remove nested.js debug log

That was to check whether or not the RegEx matched.
This commit is contained in:
buzz-lightsnack-2007 2024-05-25 11:15:28 +08:00
parent 349d16b06d
commit fd7a0c2c88

View file

@ -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)