Skip to content

Commit

Permalink
Remove dirty JSON print in the app-header
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperstrongBE committed Nov 18, 2024
1 parent 23bcf02 commit dac4d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/apps/checkout/src/components/app-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const AppHeader = () => {
</span>
</div>
</div>
{ JSON.stringify(profile)}
{session && (
<Dialog>
<DialogTrigger className="text-sm flex items-center border-none focus:bg-transparent hover:bg-transparent">
Expand Down

0 comments on commit dac4d76

Please sign in to comment.