Skip to content

Commit

Permalink
fix: remove console log when render install modal
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardBougon committed Jan 10, 2025
1 parent 4151089 commit f77816c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export class InstallModal {
scale: 2
});

console.log(`Showing modal with link ${this.link} and SVG QRCode ${svgElement}`)

return (
<WidgetWrapper className="install-model">
<div class='backdrop' onClick={this.onClose}></div>
Expand Down

0 comments on commit f77816c

Please sign in to comment.