Skip to content

Commit 837eefd

Browse files
committed
.
1 parent 706a481 commit 837eefd

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

packages/checkout/widgets-lib/src/widgets/immutable-commerce/CommerceWidget.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export type CommerceWidgetInputs = {
5959
};
6060

6161
export default function CommerceWidget(props: CommerceWidgetInputs) {
62-
console.log({ f: 'CommerceWidget', c: 'CommerceWidget', props });
6362
const {
6463
flowParams, flowConfig, widgetsConfig, checkout, browserProvider,
6564
} = props;
@@ -202,7 +201,7 @@ export default function CommerceWidget(props: CommerceWidgetInputs) {
202201
);
203202

204203
/*
205-
* Show back button, title and subtitle
204+
* Show back button
206205
*/
207206
const showBackButton = !!view.data?.showBackButton;
208207

packages/checkout/widgets-lib/src/widgets/immutable-commerce/CommerceWidgetRoot.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@ export class CommerceWidgetRoot extends Base<WidgetType.IMMUTABLE_COMMERCE> {
300300
}
301301

302302
protected render() {
303-
console.log({
304-
f: 'render', c: 'CommerceWidgetRoot', params: this.parameters, propsConfig: this.properties.config,
305-
});
306303
if (!this.reactRoot) return;
307304

308305
const { t } = i18n;

0 commit comments

Comments
 (0)