diff --git a/lib/shared/Validator.js b/lib/shared/Validator.js index f9d79670..af72dcd6 100644 --- a/lib/shared/Validator.js +++ b/lib/shared/Validator.js @@ -84,7 +84,6 @@ class Validator { static checkFields(option, options, referenceOptions, referenceOption, refOptionObj, path) { let optionType = Validator.getType(options[option]); let refOptionType = refOptionObj[optionType]; - console.log('checkFields', optionType, refOptionType, refOptionObj) if (refOptionType !== undefined) { // if the type is correct, we check if it is supposed to be one of a few select values if (Validator.getType(refOptionType) === 'array') {