Skip to content
Snippets Groups Projects
Commit 7e700769 authored by LAFORÊT Nicolas's avatar LAFORÊT Nicolas :rabbit2:
Browse files

:mute: remove useless log

parent 51451e4f
Branches
1 merge request!7🔀 V1
......@@ -28,7 +28,6 @@ const Main = ({ title, subTitle, children }: LayoutProps) => {
const { dispatch } = useContext(cartContext);
let navigate = useNavigate();
let path = window.location.pathname;
console.log(path)
const userNavigation = [
{ name: 'Se déconnecter', action: () => {return auth.signout(() => navigate("/"))} },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment