diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 00b5967..a57f2c1 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -17,7 +17,6 @@ interface IProps { * Main Navbar serves navigation routes. */ const NavBar: FC = ({isAuthenticated, loading}) => { - console.log(isAuthenticated, loading); const publicLinks = (