From 113d8cd00f9f909781ab18d0e03ee011120917bb Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Mon, 26 Feb 2024 23:03:53 +0100 Subject: [PATCH] fixup! Account_reconcile_oca: remove console log --- .../static/src/js/widgets/reconcile_chatter_field.esm.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js b/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js index 72a045a4..4f401d5c 100644 --- a/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js +++ b/account_reconcile_oca/static/src/js/widgets/reconcile_chatter_field.esm.js @@ -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";