comment console.log, remove v-bind before ':'

This commit is contained in:
2022-01-12 22:12:36 +01:00
parent e0ee817421
commit e6ea2674c2
4 changed files with 20 additions and 20 deletions

View File

@@ -168,7 +168,7 @@ export default {
getThirdparty(this.id).then(thirdparty => new Promise((resolve, reject) => {
this.thirdparty = thirdparty;
this.thirdparty.kind = thirdparty.kind;
console.log('get thirdparty', thirdparty);
//console.log('get thirdparty', thirdparty);
if (this.action !== 'show') {
if (thirdparty.address !== null) {
// bof! we force getInitialAddress because addressId not available when mounted
@@ -189,7 +189,7 @@ export default {
}
},
mounted() {
console.log('mounted', this.action);
//console.log('mounted', this.action);
if (this.action !== 'create') {
this.loadData();
} else {