Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kongulov committed Jul 5, 2021
1 parent c20354c commit 70ad931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ export default {
mounted() {
this.selectedLang = this.field.languages[0] ? this.field.languages[0] : '';
},
created(){
console.log(this.field.fields[0]);
console.log('resourceId: ' + this.resourceId);
},
watch:{
errors() {
this.switchToErrorTab();
Expand Down

0 comments on commit 70ad931

Please sign in to comment.