mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
fixup! Account_reconcile_oca: remove console log
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user