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

@@ -359,8 +359,8 @@ export default {
//console.log('validFrom', this.validFrom);
//console.log('validTo', this.validTo);
//console.log('useDatePane', this.useDatePane);
//console.log('Mounted now !');
console.log('Mounted now !');
if (this.context.edit) {
console.log('getInitialAddress', this.context.addressId);
this.getInitialAddress(this.context.addressId);
@@ -380,7 +380,7 @@ export default {
this.openEditPane();
} else {
this.flag.showPane = true;
console.log('step0: open the Show Panel');
//console.log('step0: open the Show Panel');
}
},
closeShowPane() {