diff --git a/src/scripts/utils/nested.js b/src/scripts/utils/nested.js index 03508f3..11ad52a 100644 --- a/src/scripts/utils/nested.js +++ b/src/scripts/utils/nested.js @@ -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)