Browse Source

Removed left over console.log statement

flowchartTest
jos 9 years ago
parent
commit
7ca06bc019
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/shared/Validator.js

+ 0
- 1
lib/shared/Validator.js View File

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

Loading…
Cancel
Save