Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Oct 29, 2019
1 parent ce6c5f7 commit 0f2b635
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 513 deletions.
2 changes: 0 additions & 2 deletions src/vuelidate-decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export function Validations(): PropertyDecorator {
}
componentOptions.__validations['__validations__'] = k;
componentOptions.validations = validationCreator;
console.log('Validations: Component options', componentOptions);
})
}

Expand Down Expand Up @@ -102,6 +101,5 @@ export function Validate(rules: any): PropertyDecorator {
}
componentOptions.__validations[k] = rules;
componentOptions.validations = validationCreator;
console.log('Validation: Component options', componentOptions);
});
}
Loading

0 comments on commit 0f2b635

Please sign in to comment.