Skip to content

Commit f42502c

Browse files
fix: remove console log when render install modal (#1190)
1 parent 4151089 commit f42502c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sdk-install-modal-web/src/components/mm-install-modal/mm-install-modal.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export class InstallModal {
9292
scale: 2
9393
});
9494

95-
console.log(`Showing modal with link ${this.link} and SVG QRCode ${svgElement}`)
96-
9795
return (
9896
<WidgetWrapper className="install-model">
9997
<div class='backdrop' onClick={this.onClose}></div>

0 commit comments

Comments
 (0)