Skip to content

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwebsdev committed Nov 8, 2024
1 parent ae73f81 commit c08a338
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 c08a338

Please sign in to comment.