Removes more unecessary console logs

This commit is contained in:
mateuswetah 2022-02-07 16:46:33 -03:00
parent 07e5f41ea6
commit c0f5ca4932
1 changed files with 0 additions and 2 deletions

View File

@ -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;