Skip to content

Commit

Permalink
fix(): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklile-Yilma authored and Endalebob committed Jun 27, 2023
1 parent f9508f6 commit bebcfb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const Footer: React.FC = () => {

const [hideNav, setHideNav] = useState<Boolean>(false);

console.log(asPath);
useEffect(() => {
// remove navbar from pages certain pages
if (["/auth/signin", "/auth/signup"].includes(asPath)) {
Expand Down

2 comments on commit bebcfb3

@vercel
Copy link

@vercel vercel bot commented on bebcfb3 Jun 27, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on bebcfb3 Jun 27, 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.