Skip to content

Commit

Permalink
Merge pull request render-examples#31 from aivy-tokyo/feat/delete-user
Browse files Browse the repository at this point in the history
remove debug text
  • Loading branch information
Nobuhiko Futagami authored Aug 31, 2023
2 parents 5b9a97d + 87a1218 commit b9c4ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export default function RegisterPage() {

return (
<>
userid: {userId}
{session && <p>session: {JSON.stringify(session)}</p>}
<AppHead />
<RegisterContainer />
</>
Expand Down

0 comments on commit b9c4ffb

Please sign in to comment.