remove console messages

This commit is contained in:
smilerz
2021-09-04 16:47:12 -05:00
parent b147c975b8
commit cd0259ad26
10 changed files with 10 additions and 10 deletions

View File

@ -73,7 +73,6 @@ export default {
'show': function () {
if (this.show) {
this.form = getForm(this.model, this.action, this.item1, this.item2)
console.log(this.form)
this.dirty = true
this.$bvModal.show('modal')
} else {

View File

@ -120,5 +120,6 @@
"edit_title": "Edit {type}",
"Name": "Name",
"Description": "Description",
"Recipe": "Recipe"
"Recipe": "Recipe",
"tree_root": "Root of Tree"
}