Skip to content

Commit

Permalink
Merge pull request #159 from pedrolivaresanchez/refactor/remove-log
Browse files Browse the repository at this point in the history
refactor: remove log
  • Loading branch information
patrickwebsdev authored Nov 8, 2024
2 parents 7e1fb0e + c08a338 commit ef393d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ export default function SignUpPage() {

function SignUpComponent() {
const router = useRouter();
const params = useSearchParams();
console.log(params);
return <SignUp onBackButtonClicked={() => router.push('/')} />;
}

0 comments on commit ef393d7

Please sign in to comment.