Skip to content

Commit

Permalink
Remove debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 16, 2020
1 parent 5f65436 commit 5e77e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PrivateRoute/PrivateRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useLogin } from "../AuthProvider/";

export default function PrivateRoute({ children, ...rest }) {
const isLoggedIn = useLogin();
console.log("isLoggedIn", isLoggedIn);

return (
<Route {...rest}>
Expand Down

0 comments on commit 5e77e49

Please sign in to comment.