Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadgaz committed Oct 15, 2024
1 parent f99d4bf commit 70fc4e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/(main)/professors/review/success/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ export default async function Page({
);
}
}
//log all searchParams
console.log(searchParams);
return (
<main>
<section className="mx-auto flex w-full max-w-content-width items-stretch px-md">
Expand Down

0 comments on commit 70fc4e9

Please sign in to comment.