fixup! Account_reconcile_oca: remove console log

This commit is contained in:
Enric Tobella
2024-02-26 23:03:53 +01:00
parent 132a333c46
commit 7881a52b02

View File

@@ -8,12 +8,7 @@ import {Chatter} from "@mail/core/web/chatter";
const {Component} = owl;
export class AccountReconcileChatterWidget extends Component {
setup() {
super.setup();
console.log(this);
}
}
export class AccountReconcileChatterWidget extends Component {}
AccountReconcileChatterWidget.props = {...standardFieldProps};
AccountReconcileChatterWidget.template =
"account_reconcile_oca.AccountReconcileChatterWidget";