From 7ca06bc01999e17ece612983f527d1d27ab7af90 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 2 Jun 2015 16:56:19 +0200 Subject: [PATCH] Removed left over console.log statement --- lib/shared/Validator.js | 1 - 1 file changed, 1 deletion(-) 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') {