Removes more unecessary console logs
This commit is contained in:
parent
07e5f41ea6
commit
c0f5ca4932
|
@ -309,7 +309,6 @@
|
|||
this.$nextTick()
|
||||
.then(() => {
|
||||
this.updateExtraFormData(this.form);
|
||||
console.log(this.form)
|
||||
});
|
||||
|
||||
this.isLoadingRole = false;
|
||||
|
@ -329,7 +328,6 @@
|
|||
this.$nextTick()
|
||||
.then(() => {
|
||||
this.updateExtraFormData(this.form);
|
||||
console.log(this.form)
|
||||
});
|
||||
|
||||
this.isLoadingRole = false;
|
||||
|
|
Loading…
Reference in New Issue