Skip to content

Commit

Permalink
Merge pull request #393 from deltaDAO/chore/remove-console-log
Browse files Browse the repository at this point in the history
chore: remove console.log
  • Loading branch information
moritzkirstein authored Jul 25, 2023
2 parents 705fef7 + 256db8a commit 6d0bf95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Page from '@components/@shared/Page'
export default function PageVerify(): ReactElement {
const router = useRouter()
const { did } = router.query
console.log(did)

return (
<AssetProvider did={did as string}>
Expand Down

1 comment on commit 6d0bf95

@vercel
Copy link

@vercel vercel bot commented on 6d0bf95 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.